Changeset 5940
- Timestamp:
- Apr 23, 2010, 12:45:37 PM (15 years ago)
- Location:
- extensions/luciano
- Files:
-
- 1 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
extensions/luciano/fix-ie6.css
r5921 r5940 1 /* Issues in IE from 5 to 6 only not to be used with IE7*/1 /* Fix for IE5 or IE6 */ 2 2 3 #thePage {height: 100%;} 4 #rss { top: 10px;} 5 #menubar dl { overflow: hidden;} 6 #content { overflow: hidden;} 3 #thePage { height: 100%;} 4 #content, #menubar dl { overflow: hidden;} 7 5 8 .categoryActions { width: 220px;}9 6 .thumbnailCategory { position: relative;} 10 7 .thumbnailCategories .illustration { margin: 10px 5px} 11 8 .thumbnailCategories .description { width: 180px; padding: 0;} 12 #content div.footer { height: 9px; overflow: hidden; }13 9 14 .thumbnails { margin: 0;}15 10 .thumbnails li { overflow: hidden;} 16 11 17 #mbIdentification .actions { line-height:1.2em;}18 12 #linkThumbs { position: absolute; top: 0; left: 400px; width: 224px; height: 600px; background-image: url(transparent.gif); } -
extensions/luciano/fix-ie7.css
r5934 r5940 1 /* fix IE with another layout for thumbnails*/1 /* Fix for IE < 8 */ 2 2 3 3 .content UL.thumbnails SPAN.wrap2 { … … 9 9 .content UL.thumbnails SPAN.wrap2 SPAN { 10 10 width:170px; 11 overflow: visible;12 11 position: absolute; 13 12 top: 50%; … … 17 16 .content UL.thumbnails IMG.thumbnail { 18 17 position: relative; 19 top: -50%; 18 top: -50%; 20 19 } -
extensions/luciano/local_head.tpl
r5921 r5940 1 <!--[if lt IE 8]> 2 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie7.css"> 3 <![endif]--> 1 4 <!--[if lt IE 7]> 2 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie5-ie6.css"> 3 <![endif]--> 4 <!--[if gt IE 6]> 5 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie7.css"> 5 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/luciano/fix-ie6.css"> 6 6 <![endif]--> 7 7 -
extensions/luciano/theme.css
r5934 r5940 2 2 del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 3 3 form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 4 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent}5 6 body { line-height: 1 }4 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; } 5 6 body { line-height: 1; } 7 7 ol, ul { list-style: none } 8 8 blockquote, q { quotes: none } … … 20 20 fieldset { margin: 0; padding-right: 2em; } 21 21 legend { padding: 0; } 22 label { float:left; width:12em; display:block;clear:left; text-align:left; cursor:hand; }22 label { float:left; width:12em; clear:left; text-align:left; cursor:hand; } 23 23 textarea, input, select, label, button, optgroup { margin-top:5px; } 24 24 input[type="checkbox"] ,input[type="radio"] { margin-bottom:7px; } … … 31 31 input:focus { border: 1px solid #666; } 32 32 select { background-color: #fff; color: #000; } 33 input { border: 1px solid #444; background-color: #222; color: #666 }33 input { border: 1px solid #444; background-color: #222; color: #666; } 34 34 input[type="submit"] { background-color: #666; color: #222; } 35 input[type="submit"]:hover { background-color: #222; color: #666; cursor: hand; }36 input[type="checkbox"] { color: #000; }35 input[type="submit"]:hover { background-color: #222; color: #666; cursor: hand; } 36 input[type="checkbox"] { color: #000; border: 0 none; vertical-align: middle; } 37 37 input[type="radio"] { background-color: transparent; border:0 none; color: #000; } 38 38 option { background-color:#222; color:#000; } … … 123 123 #menubar dd ul ul { padding-left: 15px; } 124 124 125 #menubar #quickconnect div { margin-bottom: 3px; } 126 125 127 #menubar .totalImages { margin:0 10px; padding-bottom:10px; } 126 128 #menubar .actions { padding:0; } 127 #menubar .button { float:right; margin-right:5px; } 128 129 #mbIdentification .actions { font-size: 0.8em; margin-top: 10px; color: #666; } 130 #mbIdentification .actions a, 131 #mbIdentification .actions a:visited { color: #999; } 132 #mbIdentification .actions a:hover { color: #fff} 133 #mbIdentification .actions li { float: left; margin-right: 10px;} 129 #menubar .button { float:right; margin-right:10px; } 134 130 135 131 /* ELEMENTS */ … … 160 156 .thumbnails .thumbLegend { display:none; } 161 157 162 .categoryActions { position: absolute; top: 10px; right: 20px; } 163 .categoryActions li { float: left; margin-left:5px; } 164 #order { float: right; margin-right:10px; cursor:pointer;} 165 #orderText { float: left; margin-right: 10px; } 166 158 .categoryActions { float:right; margin-right: 10px; } 159 .categoryActions li { float: left; margin-left:5px; display: inline; } 160 #order { float: left; margin: 2px 5px 0 0;} 161 #orderText { float: left; margin: 2px 8px 0 0; } 167 162 #playSlideshow { width: 200px; float: left; margin-left: 20px; margin-top: 10px; } 168 163 #playSlideshow a { color: #666; } … … 264 259 265 260 .elSelect .selected { color: #333 !important; background-color: #999 !important; } 266 .elSelect .selectedOption { color: #222; float: left; padding: 4px 0 0 6px; width: 87px; font-weight: bold; font-size: 12px; overflow: hidden; }261 .elSelect .selectedOption { color: #222; float: left; padding: 4px 0 0 6px; width: 87px; font-weight: bold; font-size: 12px; overflow: hidden; cursor:pointer; } 267 262 .elSelect .option { color: #555; background-color: #bbb; border-left: solid 1px #555; border-right: solid 1px #555; padding: 4px 0 5px 5px; text-align: left; font-weight: bold; font-size: 12px; } 268 263 .elSelect .disabled { color:#999; background-color: #333; border-left: solid 1px #555; border-right: solid 1px #555; } 269 .elSelect .dropDown { width: 23px; height: 20px; float: right; background: url(elSelect/select_arrow.png) no-repeat 0% 0%; }264 .elSelect .dropDown { width: 23px; height: 20px; float: right; background: url(elSelect/select_arrow.png) no-repeat 0% 0%; cursor:pointer;} 270 265 .elSelect .optionsContainerTop { background: url(elSelect/top_center.gif) repeat-x 0% 0%; position: absolute; width: 100%; height: 5px; } 271 266 .elSelect .optionsContainerTop div { background: url(elSelect/top_left.gif) no-repeat 0% 0%; width: 100%; height: 5px; } … … 274 269 .elSelect .optionsContainerBottom div { background: url(elSelect/bottom_left.gif) no-repeat 0% 0%; width: 100%; height: 5px; } 275 270 .elSelect .optionsContainerBottom div div { background: url(elSelect/bottom_right.gif) no-repeat 100% 0%; width: 100%; height: 5px; } 276 .elSelect .optionsContainer { position: absolute; display: none; }271 .elSelect .optionsContainer { position: absolute; display: none; z-index: 1; } 277 272 .icon_1 { background: url(elSelect/icon_1.gif) no-repeat 4px 50%; padding-left: 20px !important; } 278 273 .icon_2 { background: url(elSelect/icon_2.gif) no-repeat 4px 50%; padding-left: 20px !important; }
Note: See TracChangeset
for help on using the changeset viewer.