source: extensions/Juza/theme.css @ 4439

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

New Juza Theme: Draft version.

Current constraints are on representatives.

  • Thumbnails in .jpg,
  • Thumbnails prefix TN-,
  • Medium in jpg

On going minimized menu (including Tag support).
Cleaning on picture and others details.
Warning to users: heavy theme usage. jQuery actived on gallery side.
No configuration available currently. (Must come).

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 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
14a { color: #FB9700 !important }
15a:hover { color: #ef5810 !important }
16
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
21.middle_block * { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11pt; text-align:left; }
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; }
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
40.content ul.thumbnails span.wrap2 { -moz-border-radius: 0; border-radius: 0; }
41.content ul.thumbnails span.wrap2 img.thumbnail { margin:auto; border: 1px solid #111; }
42#jquery_local_img { text-align: center; }
43#stuffs_block_2 { margin-top: 1050px; min-height: 1200px; height: 1200px; }
44
45#menubar dl {border:0 !important;}
46#menubar p.totalImages {text-align:left;}
47#mbMenu #quicksearch input#qsearchInput {color:#29774a;}
48body #the_page #menubar #mbCategories dt img.button {display:none !important;}
49#menubar { display: none; }
50
51#copyright { margin-top: 200px; }
52#copyright * { color: #383838; }
Note: See TracBrowser for help on using the repository browser.