source: extensions/Juza/theme.css @ 4494

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

[Update] For Juza - Juza Theme Configuration Menu

  • Activate Juza handlers
  • Index picture max-width [300:885]
  • Index picture cropping-height [110:400]
  • Index picture top-shift [-320:0]
  • Auto cropping and shifting

Pendings:

  • Configuration (Apply)
  • Exception management
  • Menubar
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 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
15input.conf, a { color: #FB9700 !important }
16input.conf:hover, a: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:565px !important; position:relative; width:100%; z-index:10; top:-252px; overflow: hidden; }
24.bigImg { position:relative; top:-160px; width:885px !important; }
25.content ul.thumbnails span, .content ul.thumbnails label, .content div.thumbnailCategory div.illustration { width:135px; }
26.content { margin:0 3em !important; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; }
27div.illustration { overflow: hidden; }
28div.illustration img { border: 0; margin-left: 0px; }
29.maxIllustration a { max-height: 240px; height: 240px; overflow: hidden; display: block; position:relative; z-index:12; float:right; width:885px; }
30.maxIllustration { left:20px; margin-bottom:35px; max-width:100% !important; position:relative; top:30px; width:100% !important; }
31.content .thumbnailCategory { border: 0 solid #383838 !important; border-top-width: 0.5px !important; margin-bottom:15px; /* height:155px; min-height:280px;*/ }
32.content div.thumbnailCategory div.description h3 { position:relative; top:10px; z-index:11; }
33.content div.thumbnailCategory div.description ul { margin: 10px 5px 5px 30px; }
34
35.content ul.thumbnailCategories li { width:100%; }
36.content ul.thumbnailCategories li.Juza-cat { margin:0 0 20px; height:295px; min-height:295px; }
37input[type="submit"].conf { border:0;margin-top: 7; margin-bottom: 0;background-color: transparent !important; font-weight:normal; }
38a.home { position: absolute; left: 20px; top: 20px; font-size:9px; }
39.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; }
40.content ul.thumbnails span.wrap1 .thumbLegend { display: none !important; }
41#relTag { width: 80%; margin: 20px auto; }
42#relTag * { margin: 3px; text-align: center; }
43.content ul.thumbnails span.wrap2 { -moz-border-radius: 0; border-radius: 0; }
44.content ul.thumbnails span.wrap2 img.thumbnail { margin:auto; border: 1px solid #111; }
45#jquery_local_img { text-align: center; margin-top: 5px; min-height: 600px; height: 600px; /* linked to Area Mapping */ }
46input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
47  background-color:#D3D3D3 !important; }
48#thePicturePage .thumbnailCategories * { margin: 5px auto 3px 20px; }
49form.filter fieldset label textarea { display:block; margin:0.5em auto; color: #ddffdd; }
50fieldset { margin:1em !important; padding:1em !important; }
51#imageHeaderBar .browsePath { color: #6DAA37; }
52#imageToolBar { top:-90px; }
53#menubar, table.infoTable, #imageHeaderBar  h2, .menuInfoCat,
54#imageToolBar  .randomButtons img { display: none; }
55#imageToolBar  .randomButtons img[alt="slideshow"] { display: inline; }
56div.description div.text p.Nb_images { border-width: 0; }
57#Juza_config input[type="text"], #Juza_config input[type="checkbox"] { float:left; margin:6px auto auto 4px; }
58#Juza_config input[type="submit"] { margin:10px auto 15px;  }
59#Juza_config .range { text-align: left; float: left; margin-left: 10px; font-style:italic; }
60legend .legend { padding: 0 10px; }
61#copyright { margin-top: 885px; }
62#copyright * { color: #383838; }
Note: See TracBrowser for help on using the repository browser.