Changeset 22580 for trunk/admin/themes/clear
- Timestamp:
- May 10, 2013, 6:49:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r22541 r22580 63 63 /* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */ 64 64 /* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */ 65 #headbranch { width: 233px; height: 240px; margin: 0; padding: 0; 66 position:absolute; left:0px; top:0px; z-index: 0; 67 background:transparent } 68 h3, .content, .throw, .row1 { background-color: #ddd; } 65 h3, .throw, .row1 { background-color: #ddd; } 69 66 .row2 { background-color:#eeeeee; } 70 #content { background: #f1f1f1; min-height: 467px;} 71 72 .content { 67 68 #content { 69 background: #f1f1f1; 73 70 border: 1px solid #aaa; 71 min-height: 467px; 74 72 margin-left:217px; 75 73 margin-top: 7px; … … 99 97 100 98 ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;} 101 INPUT.bigbutton:hover { background-color: #ddd; color:#0cc; border: 0; }102 99 .throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; } 103 100 label { cursor:pointer } … … 298 295 #pwgMain {padding-left:0} 299 296 300 . grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton{297 .buttonLike, input[type="submit"], input[type="button"], input[type="reset"] { 301 298 font-size:12px; 302 299 font-weight:bold; … … 312 309 } 313 310 314 . grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {311 .buttonLike:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { 315 312 cursor: pointer; 316 background-color:#ff7700; 317 color:white; 313 background-color: #ff7700; 314 color: white; 315 text-decoration: none; 318 316 } 319 317
Note: See TracChangeset
for help on using the changeset viewer.