]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - 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
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
30 .tbl th:first-child {
31 -moz-border-radius: 6px 0 0 0;
32 -webkit-border-radius: 6px 0 0 0;
33 border-radius: 6px 0 0 0;
34 }
35
36 .tbl th:last-child {
37 -moz-border-radius: 0 6px 0 0;
38 -webkit-border-radius: 0 6px 0 0;
39 border-radius: 0 6px 0 0;
40 }
41
42 .tbl th:only-child {
43 -moz-border-radius: 6px 6px 0 0;
44 -webkit-border-radius: 6px 6px 0 0;
45 border-radius: 6px 6px 0 0;
46 }
47
48 .tbl tr:first-child td:first-child {
49 -moz-border-radius: 6px 0 0 0;
50 -webkit-border-radius: 6px 0 0 0;
51 border-radius: 6px 0 0 0;
52 }
53
54 .tbl tr:first-child td:last-child {
55 -moz-border-radius: 0 6px 0 0;
56 -webkit-border-radius: 0 6px 0 0;
57 border-radius: 0 6px 0 0;
58 }
59
60 .tbl tr:first-child td:only-child {
61 -moz-border-radius: 6px 6px 0 0;
62 -webkit-border-radius: 6px 6px 0 0;
63 border-radius: 6px 6px 0 0;
64 }
65
66 .tbl tr:last-child td:first-child {
67 -moz-border-radius: 0 0 0 6px;
68 -webkit-border-radius: 0 0 0 6px;
69 border-radius: 0 0 0 6px;
70 }
71
72 .tbl tr:last-child td:last-child {
73 -moz-border-radius: 0 0 6px 0;
74 -webkit-border-radius: 0 0 6px 0;
75 border-radius: 0 0 6px 0;
76 }
77
78 .tbl tr:last-child td:only-child {
79 -moz-border-radius: 0 0 6px 6px;
80 -webkit-border-radius: 0 0 6px 6px;
81 border-radius: 0 0 6px 6px;
82 }