Changeset 226 for Dev/branches/Demo/css/visualeditors.css
- Timestamp:
- 01/10/12 16:11:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Demo/css/visualeditors.css
r204 r226 18 18 html { 19 19 background-image: url('../images/bg/blueishgridblock.png'); 20 /*background-image: url('../images/icons/nyan.gif');*/ 20 21 height: 100%; 21 22 font-size: 12px; … … 27 28 min-width: 800px; 28 29 margin: 0 auto; 30 clear:both; 29 31 } 30 32 … … 33 35 position: relative; 34 36 padding: 2em 0; 37 } 38 39 #logo { 40 float: left; 41 width:250px; 42 margin: 0 0 10px 0; 43 padding: 10px 40px; 44 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); 45 background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); 46 background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); 47 background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); 48 background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); 49 50 background-image: -webkit-gradient( 51 linear, 52 left top, 53 left bottom, 54 color-stop(0.21, #B0B0B0), 55 color-stop(0.8, #888888) 56 ); 57 background-position: bottom; 58 background-repeat: repeat-x; 59 border: 1px solid #FFF; 60 border-top-style: none; 61 } 62 63 #logo #logoImage { 64 color: #FFF; 65 margin: 0; 66 padding: 0; 67 font: bold 22px Arial; 68 } 69 70 #logo #logoControls { 71 border-top: 1px solid #555; 72 font: 12px Arial; 73 color: #555; 74 text-align: right; 75 width: auto; 76 } 77 78 #logoControls a { 79 color: #FFF; 80 font: bold 12px arial; 81 text-decoration: none; 82 text-align: right; 35 83 } 36 84 … … 112 160 } 113 161 162 .largeFrame.side { 163 clear: none; 164 margin: 0 10px; 165 } 166 167 .largeFrame.side .innerLargeFrame { 168 width: 400px; 169 height: 400px; 170 } 171 114 172 .smallFrame { 115 173 margin: 0.5em auto; … … 198 256 199 257 .bigButton.vertical { 200 width: 2em; 258 margin: 0.25em; 259 text-align: center; 260 min-width: 7em; 261 max-width: 12em; 201 262 height: 2em; 202 263 font-size: 20px; … … 216 277 cursor: default; 217 278 } 279 280 .bigButton.icon 218 281 219 282 .bigButton:hover { … … 444 507 margin: 10px; 445 508 padding: 5px; 446 509 447 510 height: auto; 448 511 max-height: 400px;
Note: See TracChangeset
for help on using the changeset viewer.