1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459
|
/*
This is the style sheet used when Gallery running standalone and
'no skin' is selected.
If you would like to customize the styles please create
copy of this file called
"screen.css" (same name without ".default")
If that file is found in this directory it will be
used instead of this one.
Some of the styles below are overriden by specific
album properties. These are noted
$Id: screen.css.default 14310 2006-08-14 07:41:08Z jenst $
*/
/*
default text styles - background and colors overriden by
album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 10px;
background-color: #749BFB;
color: #FFFFFF;
}
img {
border: none;
}
td,p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a {
font-family: Verdana,Helvetica,sans-serif;
text-decoration: none;
color: #4E2192;
}
a:hover {
font-family: Verdana,Helvetica,sans-serif;
text-decoration: underline;
color: yellow;
}
.popup a:hover {
color: #4E2192;
}
.popup td {
color: #000000;
}
.popup {
color: #FFFFFF;
}
textarea:focus, input:focus {
background-color: #FFFFDA;
}
/*
text styles
*/
.title /* album titles on main page */
{
font-size: 14px;
font-weight: bold;
}
.mod_title /* album title -- Text is controlled by .title */
{
border:1px solid #000000;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
}
.mod_title_bg /* album title hightlight Text is controled by .title */
{
}
.mod_title_right /* album title hightlight Text is controled by .title*/
{
}
.mod_title_left /* album title hightlight Text is controled by .title */
{
}
.albumdesc /*album description includes all text and background*/
{
}
.desc /* album descriptions on main page */
{
font-size: 12px;
}
.caption /* photo captions on all pages */
{
font-size: 10px;
}
.modcaption /* modifies background for caption text to reside - view_album */
{
font-size: 10px;
}
.pcaption /* modifies background for caption text to reside - view_photo*/
{
font-size: 10px;
}
.customFieldsTable {
}
.customFieldsTableCaption {
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: underline;
}
.vafloat /* float for view album - text */
{
float: none;
}
.vafloat2 /* float for view album - images */
{
float: none;
}
.vasummary /* controls the view of Album summary */
{
font-weight:bold;
padding:2px;
margin-top:10px;
width:80%;
}
.commentIndication
{
color: red;
font-size: 12px;
}
.error /* all error text */
{
color: red;
font-size: 12px;
}
.attention /* so far, just for voting instructions*/
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FBFF7F;
font-size: 12px;
}
.headbox /* box around the page headers */
{
}
.head /* page headers */
{
font-size: 16px;
font-weight: bold;
}
.mod_headliner /* Gallery & Album titles. Text is controled by .head */
{
}
.mod_toplight_bg /* Gallery & Album titles. Text is controled by .head */
{
}
.mod_toplight_right /* Gallery & Album titles. Text is controled by .head*/
{
}
.mod_toplight_left /* Gallery & Album titles. Text is controled by .head */
{
}
.bread /* used in breadcrumb bars */
{
font-size: 10px;
}
.nav /* used in navigation bars */
{
font-size: 12px;
}
.navtableborderbegin
{
border:1px solid #FFFFFF;
}
.navtableborderend
{
border:1px solid #FFFFFF;
border-top-width:0px;
}
.bordertop
{
border:1px solid #FFFFFF;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
}
.borderright
{
border:1px solid #FFFFFF;
border-top-width:0px;
border-bottom-width:0px;
border-left-width:0px;
}
.borderleft
{
border:1px solid #FFFFFF;
border-top-width:0px;
border-bottom-width:0px;
border-right-width:0px;
}
.borderleft-popup {
border:1px solid #000000;
border-top-width:0px;
border-bottom-width:0px;
border-right-width:0px;
padding-left: 5px;
}
.fineprint /* used for fine print */
{
font-size: 10px;
}
.viewcounter
{
font-size: 10px;
}
.editlink /* Used for the [edit] tags */
{
font-size: 10px;
}
.modnavbox /* main navigation bar next and previous */
{
}
.admin /* used in admin bars */
{
font-size: 10px;
font-weight: bold;
}
.adminform /* defines form for drop down menu */
{
font-size: 10px;
font-weight: bold;
}
.search /* used in search text */
{
font-size: 10px;
font-weight: bold;
}
.searchform /* defines form for search */
{
font-size: 10px;
font-weight: bold;
}
.leftspacer /* amount of space to the left of the header and titles */
{
width: 0px;
}
.modnavboxtop /*navagation bar top of screen where admin buttons show*/
{
background-color: #5E72CC;
}
.modnavboxmid /*navagation bar middle where the link for the albums show*/
{
}
.modfooter /*footer where the Gallery version is located*/
{
}
.popupbody /* controls the background of popup. */
{
color: #000;
}
.popuphead, .separator /* controls the title and background */
{
text-align:center;
font-size: 14px; font-weight: bold;
line-height: 150%;
color: #FFFFFF;
background-color: #6274CB;
padding-left: 5px;
border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF;
}
.popup /* controls the main text and message body */
{
font-size: 12px;
font-weight: normal;
color: #202020;
padding: 5px;
border: 1px solid #FFF;
background-color: #F0F0F0;
margin-bottom: 10px;
}
.popupform /* controls form textarea */
{
font-size: 12px;
font-weight: normal;
line-height: 120%;
color: #202020;
padding: 2px;
border: 1px solid #FFF;
background-color: #C0C0C0;
}
td.columnheader {
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 5px;
padding: 2px;
border: 1px solid #FFF;
background-color: #6274CB;
}
/* CSS ID for the add photos popup */
#container {
padding: 2px;
}
#tabnav {
height: 20px;
margin: 0px;
padding-left: 5px;
}
#tabnav li {
margin: 0px;
padding: 0px;
display: inline;
list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
float: left;
font-size: 11px;
line-height: 14px;
font-weight: bold;
padding: 2px 5px 2px 5px;
margin-right: 4px;
text-decoration: none;
color: #666;
border-width:1px;
border-style: solid; border-color: #000000;
-Moz-Border-Radius-TopLeft: 20px;
-Moz-Border-Radius-TopRight: 20px;
}
#tabnav a:link.active, #tabnav a:visited.active {
background-color: #FCFCF3;
padding:2px 5px 2px 5px;
font-size:12px;
margin-right: 4px;
border-style: solid; border-color: #000000;
-Moz-Border-Radius-TopLeft: 20px;
-Moz-Border-Radius-TopRight: 20px;
color:#000000;
}
#tabnav a:hover {
color: #444;
}
/* Following two classes are used in stats-wizard */
.blockcell {
}
caption {
color: #6274CB;
}
/* Adminbar */
#adminbox {
background-color: #6274CB;
color: #FFFFFF;
}
#adminbox td {
background-color: #6274CB;
}
#adminbox a {
color: #DBFFFF;
}
#adminbox a:hover {
color: yellow;
}
#menu {
}
#menu td {
}
#menu a {
display: block;
font-family: Verdana,Helvetica,sans-serif;
font-size: 10px;
text-decoration: none;
color: #FFFFFF;
white-space: nowrap;
/* uncomment this and the below to have a nice hover effect.
padding: 2px;
-moz-border-radius: 3px;
*/
}
#menu a:hover {
color: yellow;
white-space: nowrap;
/*
border-bottom: 1px solid #66A;
border-right: 1px solid #66A;
border-top: 1px solid #224;
border-left: 1px solid #224;
padding: 1px;
*/
.g-tabset {
}
.g-tabset a {
color: #000;
background-color: #fff;
}
.g-tabset a:hover {
background-color: #e9e9ff;
}
.g-tabset a.tab-hi {
color: #fff;
background: #66a;
border-bottom: 1px solid #66a;
}
|