source: documentation/trunk/wiki/templates/greenstone-monobook/user/screen.css@ 30323

Last change on this file since 30323 was 30323, checked in by jmt12, 8 years ago

Fixing search buttons (styling and placement)

File size: 3.8 KB
Line 
1/* en: Place for user defined CSS rules (screen media) - this file can safely be
2 preserved when updating. See README for details.
3
4 de: Ort fÃŒr benutzerdefinierte CSS-Regeln (screen media) - Diese Datei kann
5 beim DurchfÃŒhren von Updates ohne Risiko beibehalten werden. Konsultieren Sie
6 die README fÃŒr Detailinformationen. */
7
8/* Plugin: EnforceSummary */
9div.dokuwiki input.button_disabled {
10 color: #999;
11}
12
13/* Plugin: Publish */
14div.approval {
15 margin: 2em;
16 margin-left: auto;
17 margin-right: auto;
18 width: 70%;
19 min-height: 20px;
20 clear: both;
21 text-align: justify;
22 vertical-align: middle;
23 border-collapse: collapse;
24 padding: 15px 20px 15px 80px;
25 background-position: 30px 50%;
26 background-repeat: no-repeat;
27 -moz-border-radius: 10px;
28 -khtml-border-radius: 10px;
29 border-radius: 10px;
30}
31
32div.approved_yes {
33 background-color: #dfd;
34 background-image: url(images/yes.gif);
35}
36
37div.approved_no {
38 background-color: #fdd;
39 background-image: url(images/no.gif);
40}
41
42div.approval em {
43 font-weight: bold;
44}
45
46div.approval span {
47 display: block;
48}
49
50div.approved_revision {
51 background-color: #dfd;
52}
53
54div.unapproved_revision {
55 background-color: #fdd;
56}
57
58a.approved_diff_link {
59 padding-left: 1em;
60}
61
62p.apr_none { }
63
64/* table.apr_table tr.apr_head th.(apr_page,apr_prev,apr_upd)
65 * table.apr_table tr.apr_ns td a
66 * table.apr_table tr.apr_entry [apr_never] td.(apr_page,apr_prev,apr_upd) a
67 */
68table.apr_table {
69 width: 70%;
70 background-color: #fdd;
71}
72
73table.apr_table tr.apr_ns td {
74 text-align: center;
75 background-color: #dfd;
76 font-weight: bold;
77}
78
79div.approval span span.approval_date {
80 display: inline;
81}
82
83
84body {
85 background: none;
86 /*background: green url(user/background.png) 0 0 no-repeat;*/
87 /*background-color: #E5FFCC;*/
88 /*background-color: #E5FFDD;*/
89}
90
91/* background color of normal wiki pages */
92.ns-0 #content,
93.ns-0 #p-cactions li,
94.ns-0 #p-cactions li a,
95.ns-0 #p-cactions .selected,
96.ns-0 #p-cactions .selected a,
97.ns-0 #p-cactions .selected span {
98 /*background: #F6FFF3;*/
99 /*background: #F2F9EF;*/
100 /*background: #FAFDFA;*/
101 background: white;
102}
103
104span.imgcaption {
105 border: 0px solid black;
106 padding: 3px;
107 background-color: #777;
108 text-align: center;
109 overflow: hidden;
110 display: table;
111 margin-right: 0 auto;
112 float: none;
113 font-weight: bold;
114 width:100%;
115}
116
117.pBody {
118 background-color: #F0F9F0;
119}
120
121/* More specific than overriding h3 style - jmt12 */
122div#content .dokuwiki div#dw__toc h3 {
123 background-color: #F0F9F0;
124 border: 1px solid #8CACBB;
125 font-size: 80%;
126}
127
128/* I bite my thumb at whomever thought adding an !important to their style was
129 * a good idea. Now I have to sledgehammer it with my even more !important.
130 */
131div.dokuwiki a.wikilink1,
132div.dokuwiki a.wikilink1:hover,
133div.dokuwiki a.wikilink1:visited {
134 color: #050 !important;
135}
136
137div.dokuwiki a.wikilink2,
138div.dokuwiki a.wikilink2:hover,
139div.dokuwiki a.wikilink2:visited {
140 color: red;
141}
142
143#p-cactions li a,
144div#column-one .portlet .pBody a,
145div#column-one .portlet .pBody a:visited,
146div.dokuwiki ul.toc a,
147div.dokuwiki ul.toc a:visited,
148div.dokuwiki a.urlextern,
149div.dokuwiki a.urlextern:visited,
150div.dokuwiki div.approval a,
151div.dokuwiki div.approval a:visited {
152 color: #050;
153}
154
155div.dokuwiki div.tabbed_area ul.tabs a {
156 color: #050;
157}
158
159div.dokuwiki div.tabbed_area ul.tabs a.active {
160 color: black;
161}
162
163li#pt-userpage {
164 color: black;
165 font-weight: bold;
166}
167
168#p-x-navigation .dokuwiki span.curid a {
169 font-weight: bold;
170}
171
172.dokuwiki span.curid a {
173 font-weight: normal;
174}
175
176div.secedit button {
177 background-color: transparent;
178 border: 0px solid white;
179 color: #050;
180 cursor: pointer;
181 font-weight: bold;
182 text-transform: lowercase;
183}
184
185div#p-search div.dokuwiki {
186 text-align:right;
187}
188
189input#qsearch__in {
190 margin-bottom: 0.25em;
191}
Note: See TracBrowser for help on using the repository browser.