source: extensions/Juza/theme.css @ 4461

Last change on this file since 4461 was 4461, checked in by vdigital, 14 years ago

[Update] For Juza - Many points solved.

Pendings:

  • Configuration
  • Exception management
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
1/* template css */
2@import "based_on_grum_Dark-II.css";
3/* Ok, Now overrides */
4html body * {background-color: transparent !important;margin:0;padding:0; }
5html body {background-color: #0; margin:0;padding:0;}
6html body #the_page { background-color: #292929 !important; width:1240px;margin:10px auto; height: 100%; border: 1px solid #fff !important; }
7#theHeader { height: 90px;}
8#theHeader h1 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:60px; font-style:normal; font-weight:normal; line-height:0.89em; color: #fff;}
9#theHeader p { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:20px; letter-spacing:5px; line-height:2.1em; colour: #fff; }
10
11body, h1, h2, h3, dt, #menubar dt, .throw, INPUT.rateButtonSelected {color:#ddffdd;}
12#content .pageNumberSelected {color: #52ff97; color: #72ffb7;}
13.juzabar { margin: 12pt 0 6pt; font-size: 10pt; width: 100%; background-color: #353735 !important; text-align: center; }
14
15a { color: #FB9700 !important }
16a:hover { color: #ef5810 !important }
17h3 img.icon { display: none !important; }
18img.icon[alt="(!)"] { display: none; }
19.middle_block h2, h2 { color: #6daa37; font-size:16px; text-align: center; } 
20.middle_block * { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11pt; text-align:left; }
21
22.content div.titrePage ul.categoryActions { display: none; } 
23.content div.thumbnailCategory div.description { height:155px !important; position:relative; width:100%; z-index:10; top:-155px; }
24.bigImg { left:265px; position:relative; top:-160px; width:885px !important; }
25.content div.thumbnailCategory div.description { height:155px; }
26.content ul.thumbnails span, .content ul.thumbnails label, .content div.thumbnailCategory div.illustration { width:135px; }
27.content { margin:0 3em !important; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; }
28div.illustration { overflow: hidden; }
29div.illustration img { border: 0; margin-left: 0px; }
30.maxIllustration a { max-height: 110px; height: 110px; overflow: hidden; display: block; position:relative; z-index:12; }
31.maxIllustration { height:145px !important; left:20px; margin-bottom:35px; max-height:145px !important; overflow: hidden; max-width:100% !important; position:relative; top:35px; width:100% !important; }
32.content .thumbnailCategory { border-color:#383838; margin-bottom:15px; height:155px;
33max-height:210px; }
34
35.content ul.thumbnailCategories li { width:100%; }
36a.home { position: absolute; left: 20px; top: 20px; font-size:9px; }
37.content ul.thumbnails span.wrap1 { background-color: #000 !important; width: 140px; height: 140px; min-width: 140px; min-height: 140px; max-width: 140px; max-height: 140px; margin:0 2px 2px 0; border: 1px solid #444; }
38.content ul.thumbnails span.wrap1 .thumbLegend { display: none !important; }
39#relTag { width: 80%; margin: 20px auto; }
40#relTag * { margin: 3px; text-align: center; }
41.content ul.thumbnails span.wrap2 { -moz-border-radius: 0; border-radius: 0; }
42.content ul.thumbnails span.wrap2 img.thumbnail { margin:auto; border: 1px solid #111; }
43#jquery_local_img { text-align: center; margin-top: 5px; min-height: 1200px; height: 1200px; }
44input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
45  background-color:#D3D3D3 !important; }
46#thePicturePage .thumbnailCategories * { margin: 5px auto 3px 20px; }
47form.filter fieldset label textarea { display:block; margin:0.5em auto; color: #ddffdd; }
48fieldset { margin:1em !important; padding:1em !important; }
49#imageHeaderBar .browsePath { color: #6DAA37; }
50#imageToolBar { top:-90px; }
51#menubar, table.infoTable, #imageHeaderBar  h2,
52#imageToolBar  .randomButtons img { display: none; }
53#imageToolBar  .randomButtons img[alt="slideshow"] { display: inline; }
54
55#copyright { margin-top: 200px; }
56#copyright * { color: #383838; }
Note: See TracBrowser for help on using the repository browser.