source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/roundcorners.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 730 bytes
Line 
1/*
2 * CSS variant with rounded corners for the main boxes
3 */
4
5#content {
6 border-radius: 6px 6px 6px 6px;
7 -moz-border-radius: 6px 6px 6px 6px;
8}
9
10#sidebar {
11 border-radius: 6px 6px 6px 6px;
12 -moz-border-radius: 6px 6px 6px 6px;
13}
14
15#sitecmd, #sitenav {
16 border-radius: 6px 6px 6px 6px;
17 -moz-border-radius: 6px 6px 6px 6px;
18}
19
20#header {
21 border-radius: 6px 6px 6px 6px;
22 -moz-border-radius: 6px 6px 6px 6px;
23}
24
25#header_bar {
26 border-radius: 0px 0px 4px 4px;
27 -moz-border-radius: 0px 0px 4px 4px;
28}
29
30#sitenav_content, #sitecmd_content {
31 border-radius: 0px 0px 4px 4px;
32 -moz-border-radius: 0px 0px 4px 4px;
33}
34
35#page {
36 border-radius: 0px 0px 4px 4px;
37 -moz-border-radius: 0px 0px 4px 4px;
38}
Note: See TracBrowser for help on using the repository browser.