31 lines
1.4 KiB
CSS
31 lines
1.4 KiB
CSS
|
/*admin*/
|
||
|
.head{
|
||
|
font-size: 26px;
|
||
|
color: #555555;
|
||
|
font-family: 'georgia';
|
||
|
font-style: italic;
|
||
|
|
||
|
}
|
||
|
.view{border:groove;width:200px;background-color:#FFF;width:100%;text-align:center;}
|
||
|
.view #header{background-color:#999;}
|
||
|
.view .edit{background:url(../image/page_white_edit.png);background-repeat:no-repeat;border:none;width:30px;height:30px;}
|
||
|
.view .delete{background-image:url(../image/cross.png);background-color:#666;background-position:center;background-repeat:no-repeat;border:none;width:30px;height:30px;border-radius:50px}
|
||
|
.add{background-image:url(../image/add.png);background-repeat:no-repeat;border:1px;border-style:groove;width:55px;height:25px;background-color:#FC0;border-radius:10px;background-position:center;margin-top:5px;margin-left:80px;}
|
||
|
|
||
|
#edit{width:100%;text-align:left;}
|
||
|
#edit input{min-width:280px;}
|
||
|
#edit textarea{min-width:180px;min-height:200px;}
|
||
|
#edit #copy_html{display:none;}
|
||
|
#edit #notes-preview{display:none;}
|
||
|
|
||
|
#section{background: #dfefff url(/img/admin/bg-section.gif) repeat-x;color: #222222;font-size: 12px;font-weight: bold;padding: 10px;
|
||
|
border-bottom: 1px solid #d0e0f1;
|
||
|
-moz-border-radius-topleft: 8px;
|
||
|
-moz-border-radius-topright: 8px;
|
||
|
-webkit-border-radius-topleft: 8px;
|
||
|
-webkit-border-radius-topright: 8px;}
|
||
|
#section-detail{padding: 10px;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;
|
||
|
background-color: #f0f0f0;margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
/*page*/
|