]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - html/html/themes/ipfire/include/css/style-rounded.css
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
[people/teissler/ipfire-2.x.git] / html / html / themes / ipfire / include / css / style-rounded.css
CommitLineData
935f311e
MT
1
2.bigbox {
3 margin-top: 1em;
4 border-radius: 8px 8px 8px 8px;
5 -webkit-border-radius: 8px 8px 8px 8px;
6}
7
8#main_inner .post {
9 border-radius: 8px 8px 8px 8px;
10 -webkit-border-radius: 8px 8px 8px 8px;
11}
12
13#cssmenu a {
14 border-radius: 8px 8px 8px 8px;
15 -webkit-border-radius: 8px 8px 8px 8px;
16}
17
18#cssmenu .has-sub ul li a {
19 border-radius: 7px 7px 7px 7px;
20}
21
22#cssmenu .has-sub ul li:hover a {
23 box-shadow: inset 0 5px 1px rgba(0, 0, 0, 0.15);
24 -webkit-box-shadow: inset 0 5px 1px rgba(0, 0, 0, 0.15);
25}
26
27/* Table */
28/* when using class='bordered' after tabletag */
29
4e36e179 30.tbl th:first-child {
935f311e
MT
31 -moz-border-radius: 6px 0 0 0;
32 -webkit-border-radius: 6px 0 0 0;
33 border-radius: 6px 0 0 0;
935f311e
MT
34}
35
918bacac 36.tbl th:last-child {
935f311e
MT
37 -moz-border-radius: 0 6px 0 0;
38 -webkit-border-radius: 0 6px 0 0;
39 border-radius: 0 6px 0 0;
935f311e
MT
40}
41
4e36e179 42.tbl th:only-child {
935f311e
MT
43 -moz-border-radius: 6px 6px 0 0;
44 -webkit-border-radius: 6px 6px 0 0;
45 border-radius: 6px 6px 0 0;
935f311e
MT
46}
47
4e36e179 48.tbl tr:first-child td:first-child {
935f311e
MT
49 -moz-border-radius: 6px 0 0 0;
50 -webkit-border-radius: 6px 0 0 0;
51 border-radius: 6px 0 0 0;
935f311e
MT
52}
53
4e36e179 54.tbl tr:first-child td:last-child {
935f311e
MT
55 -moz-border-radius: 0 6px 0 0;
56 -webkit-border-radius: 0 6px 0 0;
57 border-radius: 0 6px 0 0;
935f311e
MT
58}
59
4e36e179 60.tbl tr:first-child td:only-child {
935f311e
MT
61 -moz-border-radius: 6px 6px 0 0;
62 -webkit-border-radius: 6px 6px 0 0;
63 border-radius: 6px 6px 0 0;
935f311e
MT
64}
65
918bacac 66.tbl tr:last-child td:first-child {
935f311e
MT
67 -moz-border-radius: 0 0 0 6px;
68 -webkit-border-radius: 0 0 0 6px;
69 border-radius: 0 0 0 6px;
935f311e
MT
70}
71
918bacac 72.tbl tr:last-child td:last-child {
935f311e
MT
73 -moz-border-radius: 0 0 6px 0;
74 -webkit-border-radius: 0 0 6px 0;
75 border-radius: 0 0 6px 0;
935f311e
MT
76}
77
918bacac 78.tbl tr:last-child td:only-child {
935f311e
MT
79 -moz-border-radius: 0 0 6px 6px;
80 -webkit-border-radius: 0 0 6px 6px;
81 border-radius: 0 0 6px 6px;
935f311e 82}