source: extensions/Junk/theme_color.css @ 31810

Last change on this file since 31810 was 28081, checked in by Miklfe, 10 years ago

Theme Junk

File size: 2.4 KB
Line 
1BODY, H1, H2, INPUT.rateButtonSelected ,                                               
2INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], 
3INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"],
4A, INPUT.rateButton, .commentsList .actions a, ul#topnav dt,
5ul#topnav li .sub a:hover, ul#topnav #loger ul li a:hover, 
6#thePicturePage #comments h3    {
7color: {$junk.6};
8}
9INPUT.rateButton:hover, div#content .navigationBar,
10 SPAN.calItem, TD.calDayCellEmpty{
11color: {$junk.3}
12}
13div#header_title p, div#header_title h1, div#header_title h1 a, div#header_title a:hover{
14color: {$junk.5};
15}
16BODY , div#header_title{
17background:{$junk.0}
18}
19INPUT[type="reset"], INPUT[type="file"], INPUT[type="submit"], .calItem, 
20.calItemEmpty,.commentsList .actions a, 
21div#header_manage .hm_link, div#header_manage #userlog, 
22div#header_manage #quicksearch input[type="text"], ul#topnav li .sub, 
23ul#topnav .sub ul li:hover, ul#topnav .sub #menuTagCloud span:hover, div#box_wrapper .categoryActions > span, 
24div#box_wrapper .categoryActions input[type="reset"], 
25div#box_wrapper input[type="submit"], 
26ul.thumbnailCategories .info, ul.thumbnails span.thumbLegend, 
27#imageToolBar .imageNumber, #infoSwitcher, #commentsSwitcher{
28background:{$junk.1}
29}
30div#content{
31background:{$junk.3}
32}
33div#content .titrePage, div#content .navigationBar, 
34SPAN.calItem, TD.calDayCellEmpty , #imageHeaderBar, #copyright, 
35div#header_manage, div#nav_wrapper, ul.thumbnailCategories .description, 
36ul.thumbnails .thumbName, #imageToolBar,#thePicturePage #comments h3
37{
38background:{$junk.5}
39}
40div#content form, div#content #comments, div#content #fullTagCloud, 
41div#content #piwigoAbout, div#content .notification, div#content .calendarCalBar, 
42.switchBox, ul.thumbnailCategories li, ul.thumbnails .wrap2, 
43#theImage, #imageInfos, #thePicturePage #comments
44{
45background:{$junk.4}
46}
47ul#topnav .sub ul li:hover, ul#topnav .sub #menuTagCloud span:hover, 
48ul#topnav .sub ul li.selected
49{
50background:{$junk.2}
51}
52A:hover{
53border-color:{$junk.1}
54}
55div#box_wrapper input[type="text"], div#box_wrapper input[type="password"]{
56border-color:{$junk.0}
57}
58#content, #imageToolBar, .switchBox{
59border-color:{$junk.5}
60}
61div#header_manage a:hover, div#header_manage .logeduser span p:hover, 
62div#header_manage .unloged p:hover{
63border-color:{$junk.2}
64}
65ul#topnav  #firstli,ul#topnav  li, div#menu_cat_act{
66border-color:{$junk.3}
67}
Note: See TracBrowser for help on using the repository browser.