mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Adjust admin style
Adjust admin style
This commit is contained in:
parent
5202a6c3f0
commit
ea7a767188
3 changed files with 65 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: Georgia, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
@ -15,17 +15,21 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wmd-button-bar {
|
.wmd-button-bar {
|
||||||
background-color: #FEFEFE;
|
background-color: #FAFAFA;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border: 1px solid #F4F4F4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wmd-button-bar:hover {
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wmd-input {
|
.wmd-input {
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
background-color: #FFFFFF;
|
background-color: #FAFAFA;
|
||||||
border:none;
|
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -40,7 +44,7 @@ blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
height: 20px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wmd-spacer{
|
.wmd-spacer{
|
||||||
|
|
@ -56,8 +60,8 @@ blockquote {
|
||||||
.wmd-button {
|
.wmd-button {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding-left: 2px;
|
padding-left: 5px;
|
||||||
padding-right: 3px;
|
padding-right: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
|
||||||
|
|
@ -130,10 +130,10 @@ h6{
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
background: none repeat scroll 0 0 #666666;
|
background: #666666;
|
||||||
box-shadow: 0 3px 20px #000000;
|
box-shadow: 0 5px 15px #000000;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
font-family: 'Open Sans',sans-serif;
|
font-family: Georgia, sans-serif;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: 0 -20px;
|
margin: 0 -20px;
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
|
|
@ -145,10 +145,13 @@ h6{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
height:30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar ul {
|
#toolbar ul {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
padding-top:5px;
|
||||||
|
padding-left:30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar ul li, #toolbar ul li a {
|
#toolbar ul li, #toolbar ul li a {
|
||||||
|
|
|
||||||
|
|
@ -67,10 +67,10 @@ h6 {
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
background: none repeat scroll 0 0 #666666;
|
background: #666666;
|
||||||
box-shadow: 0 3px 20px #000000;
|
box-shadow: 0 5px 15px #000000;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
font-family: 'Open Sans',sans-serif;
|
font-family: Georgia, sans-serif;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: 0 -20px;
|
margin: 0 -20px;
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
|
|
@ -82,10 +82,12 @@ h6 {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
height:30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar ul {
|
#toolbar ul {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
padding-top:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar ul li, #toolbar ul li a {
|
#toolbar ul li, #toolbar ul li a {
|
||||||
|
|
@ -136,16 +138,12 @@ h6 {
|
||||||
padding: 3em 0;
|
padding: 3em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin #content-wrapper {
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu, #header, #content, #footer {
|
#menu, #header, #content, #footer {
|
||||||
width: 700px;
|
width: 700px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin #menu, .admin #header, .admin #content, .admin #footer {
|
.admin #content {
|
||||||
width: 980px;
|
width: 980px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
@ -265,6 +263,43 @@ ul li, ol li{
|
||||||
margin: 0.25em 0;
|
margin: 0.25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=text], input[type=password] {
|
||||||
|
padding:4px 6px;
|
||||||
|
font-size: 14px;
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #F4F4F4;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=text]:hover , input[type=password]:hover{
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=submit] {
|
||||||
|
padding:4px 6px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.text {
|
||||||
|
width: 75%;
|
||||||
|
padding: 5px;
|
||||||
|
font-size: 14px;
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #F4F4F4;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-size: 15px;
|
||||||
|
font-family: Georgia, sans-serif;
|
||||||
|
line-height: 1.4;
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #F4F4F4;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea:hover {
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
/*-------------------------
|
/*-------------------------
|
||||||
Table
|
Table
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
@ -367,7 +402,8 @@ td {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 15px;
|
padding: 4px 15px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
border:1px solid #0076a3;
|
border:1px solid #0076a3!important;
|
||||||
|
background: #FFFFFF!important;
|
||||||
border-top-left-radius: 5px 5px;
|
border-top-left-radius: 5px 5px;
|
||||||
border-bottom-left-radius: 5px 5px;
|
border-bottom-left-radius: 5px 5px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue