source: extensions/simple_themes/simple-sunset/theme.css @ 19508

Last change on this file since 19508 was 19508, checked in by gbo, 11 years ago
File size: 2.4 KB
Line 
1/*  orginal version -    GRUM: GRAPHITE   author:  grum at grum.dnsalias.com  */
2
3/* Theme Sunset 2.2.b (Gbo)   for template "Simple"   from  Boudle  */
4
5/* page */
6/* .pwg-icon {
7        display: inline-block; //IE6 does not get this correctly
8        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
9        width: 26px; height: 26px; background-image: url(s26/outline_ff7700.png);
10        vertical-align: bottom;
11} */
12
13body {
14  background-color: #111;
15  color: #666666;
16  font-size:0.80em;
17}
18#theImageAndInfos, #thePicturePage #comments {
19  background-color: #222222;
20  border-top: 2px solid #555555;
21}
22
23A:hover .pwg-icon  { background-image: url(../default/s26/outline_ff7700.png);}
24 
25#content, #theImageAndInfos ,#comments{
26  background-color: #222!important;
27  border: 2px #606060 solid;
28  border-width: 2px 0;
29}
30#thePicturePage #content{
31  background-color: #222!important;
32}
33
34#menubar p.totalImages {
35  font-style: italic;
36  margin-top: 0;
37}
38
39a {
40  color: #ff7700;
41}
42
43 .titrePage,  .titrePage a {
44   text-transform: uppercase;
45    font-variant: small-caps;
46}
47
48h2, h3 {
49    font-variant: small-caps;
50        color: #ff7700;
51}
52/* page content :  categories thumbnails */
53
54.illustration {
55    width: 180px;
56}
57/* Image  */
58
59#comments ul.thumbnailCategories  .actions li {
60  margin: .8em;
61  width: 28px;
62}
63
64
65.switchBox {
66        padding: 0.5em  1.5em;
67        margin: 0.5em ;
68        border-radius: 4px;
69        border: 1px solid #ccc;
70        z-index: 100;
71        text-align:left;
72        display: none;
73        position: absolute;
74        left: 0; top: 0; /*left, right set through js*/
75        background-color: #333;
76}
77
78#rateForm input.rateButtonStarFull  {
79  background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
80  width: 16px;
81}
82#rateForm input.rateButtonStarEmpty {
83  background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
84  width: 16px;
85}
86/* PWG STUFF */
87.personal_block{
88        padding:0!important
89}
90#stuffs_block_1,#stuffs_block_2,#stuffs_block_3{
91        height:160px;overflow:hidden;background-color:#222;border-color:#606060;
92        border-style:solid;border-width:2px 0;
93        padding:.5em;
94}
95#stuffs_block_4,#stuffs_block_5{
96        border-top:2px solid #606060;background-color:#222
97}
98#stuffs_block_4{
99        padding:.5em
100}
101.content .stuffs_block .titrePage{
102font-size:95%;margin:.5em 0
103}
104.stuffs  #comments .thumbnailCategories .two_comment {
105  width:46.5%!important;
106border-bottom:1px dotted #606060}
Note: See TracBrowser for help on using the repository browser.