Édition de l'url du serveur Solr.
[Plinn.git] / skins / photo_theme / photo_style.css.dtml
1 /* <dtml-with base_properties>
2 */
3
4 h1, h2, h3, h4, h5, h6 {
5 color:#fff
6 }
7
8 .ActionTitle {
9 color: #fff;
10 }
11
12 .ActionLink a:link,
13 .ActionLink a:visited,
14 .ActionLink a:active {
15 color: #fff;
16 }
17
18 .ActionLink a:hover { color: #ef8e32}
19
20 #NavBar a,
21 #NavBar a:link,
22 #NavBar a:visited,
23 #NavBar a:active {
24 color: #fff;
25 }
26
27 #NavBar a:hover {
28 color: #ef8e32;
29 }
30
31 #Footer {
32 color: #e6eadd;
33 }
34
35 #quicksearch, #quickuser {
36 padding:2px;
37 font-size: 90%;
38 }
39
40 #quicksearch {
41 float:left;
42 }
43
44
45 #quickuser {
46 float:right;
47 }
48
49 #quicksearch input {
50 /*height:16px;*/
51 vertical-align:middle;
52 }
53
54 #quicksearch span {
55 vertical-align:middle;
56 }
57 #quickuser span {
58 padding-top:5px;
59 vertical-align: middle;
60 }
61
62 body {
63 padding: 0 40px;
64 }
65
66 img {
67 border:0;
68 }
69
70 #search_bar {
71 padding: 1px 8px ;
72 color:#f0f0f0;
73 background: #707070;
74 }
75 #search_bar input {
76 font-size:90%;
77 background:#e4e4e4;
78 border: 1px solid #2d2d2d;
79 }
80
81
82 #Masthead {
83 padding:4px;
84 }
85
86 #site_menu {
87 float:left;
88 font-size:130%;
89 margin-left:2em;
90 }
91
92 #site_related {
93 font-size:90%;
94 float:right;
95 }
96
97 #mainCell {
98 padding:4px 0 0 0;
99 }
100
101 .contentTabs a,
102 .contentTabs a:visited
103 {
104 border-left : none;
105 border-top : none;
106 border-right : none;
107 }
108
109 #DesktopDescription {
110 font-size: &dtml-fontSmallSize;;
111 color: &dtml-descriptionColor;;
112 }
113
114 #Desktop {
115 padding: 0;
116 }
117
118 #DesktopTitle {
119 padding: 0;
120 }
121
122 .header {
123 padding: 0;
124 }
125
126 .boxes_container li {
127 list-style:square inside;
128 }
129
130 table.home {
131 background:#111;
132 font-size:95%;
133 }
134 table.home td {
135 margin:0;
136 padding:0;
137 }
138
139 .home_menu a {
140 background:#111;
141 color: &dtml-fontColor;;
142 display:block;
143 width: 186px;
144 height: 216px;
145 display:block;
146 text-align:center;
147 overflow:hidden;
148 }
149
150 .home_menu a:hover {
151 background:#222;
152 }
153
154 .home_menu a h3 {
155 color:#fff;
156 }
157
158 .home_menu a:hover h3 {
159 color:&dtml-linkHoverColor;;
160 }
161
162 .home_menu p {
163 font-weight:bold;
164 font-size:10px;
165 }
166
167 /* FCK overloads */
168
169 .SC_Item, .SC_ItemSelected
170 {
171 background-color: &dtml-backgroundColor;
172 }
173
174
175 /* </dtml-with> */