[ Index ] |
|
Code source de Serendipity 1.2 |
1 #zoomslider { 2 position: relative; 3 display: block; 4 width: 10px; /* If you change the width of this, also change the JavaScript variable "slider_width"!!! */ 5 height: 100px; 6 border: 1px solid yellow; 7 background-color: yellow; 8 color: black; 9 margin-left: auto; 10 margin-right: auto; 11 text-align: center; 12 margin-top: 5px; 13 margin-bottom: 5px; 14 } 15 16 #zoombutton { 17 position: absolute; 18 display: inline; 19 background-color: red; 20 margin: 0px; 21 padding: 0px; 22 border: 0px; 23 cursor: move; 24 z-index: 4; 25 visibility: hidden; 26 } 27 28 .smallcaps { 29 font-family: Verdana; 30 font-size: 7pt; 31 color: white; 32 } 33 34 .nospace { 35 margin: 0px; 36 padding: 0px; 37 } 38 39 .button { 40 border: 1px solid gray; 41 font-family: Verdana; 42 font-size: 7pt; 43 color: white; 44 background-color: #303030; 45 padding: 3px; 46 } 47 48 .specialbutton { 49 border: 1px solid gray; 50 font-family: Verdana; 51 font-size: 8pt; 52 color: white; 53 background-color: red; 54 padding: 3px; 55 56 margin: 5px; 57 } 58 59 .small { 60 width: 25px; 61 margin-top: 5px; 62 } 63 64 .center { 65 margin-left: auto; 66 margin-right: auto; 67 text-align: center; 68 vertical-align: middle; 69 } 70 71 .center span { 72 position: relative; 73 top: -5px; 74 } 75 76 #imgedit { 77 position: absolute; 78 left: 10px; 79 top: 25px; 80 margin: 15px; 81 padding: 5px; 82 } 83 84 #outer { 85 display: block; 86 position: absolute; 87 z-index: 1; 88 } 89 90 #backdrop { 91 display: block; 92 position: absolute; 93 z-index: 2; 94 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55); 95 -moz-opacity: 0.55; 96 } 97 98 #overlay { 99 position: absolute; 100 display: block; 101 z-index: 3; 102 cursor: move; 103 overflow: hidden; 104 } 105 106 #harea { 107 position: absolute; 108 display: block; 109 z-index: 4; 110 } 111 112 #varea { 113 position: absolute; 114 display: block; 115 z-index: 4; 116 } 117 118 #zoom { 119 display: block; 120 float: left; 121 height: 140px; 122 border: 1px solid red; 123 vertical-align: middle; 124 margin-left: auto; 125 margin-right: auto; 126 text-align: center; 127 position: absolute; 128 } 129 130 #scaletext { 131 display: inline; 132 } 133 134 135 #cropimage { 136 overflow: hidden; 137 display: block; 138 position: absolute; 139 top: 1px; 140 } 141 142 .info { 143 display: block; 144 position: relative; 145 border: 1px solid black; 146 color: black; 147 background-color: #A0A0A0; 148 margin: 20px; 149 padding: 10px; 150 } 151 152 legend { 153 background-color: #A0A0A0; 154 font-family: Verdana; 155 font-size: 12pt; 156 font-weight: bold; 157 -moz-border-radius-topleft: 10px; 158 -moz-border-radius-topright: 10px; 159 border-left: 1px solid black; 160 border-right: 1px solid black; 161 padding: 3px; 162 color: white; 163 } 164 165 .error { 166 color: red; 167 } 168 169 code { 170 color: white; 171 font-size: 8pt; 172 } 173
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |