]> 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
30table {
31 *border-collapse: collapse; /* IE7 and lower */
32 border-spacing: 0;
33}
34
35.bordered th{
36 border-top: 1px solid grey;
37 border-bottom: 1px solid grey;
38 background: #cccccc;
39}
40
41.bordered th:first-child{
42 -moz-border-radius: 6px 0 0 0;
43 -webkit-border-radius: 6px 0 0 0;
44 border-radius: 6px 0 0 0;
45 border-left: 1px solid grey;
46 border-top: 1px solid grey;
47 border-bottom: 1px solid grey;
48}
49
50.bordered th:last-child {
51 -moz-border-radius: 0 6px 0 0;
52 -webkit-border-radius: 0 6px 0 0;
53 border-radius: 0 6px 0 0;
54 border-right: 1px solid grey;
55 border-top: 1px solid grey;
56 border-bottom: 1px solid grey;
57}
58
59.bordered th:only-child{
60 -moz-border-radius: 6px 6px 0 0;
61 -webkit-border-radius: 6px 6px 0 0;
62 border-radius: 6px 6px 0 0;
63 border: 1px solid grey;
64}
65
66.bordered tr:first-child td:first-child{
67 -moz-border-radius: 6px 0 0 0;
68 -webkit-border-radius: 6px 0 0 0;
69 border-radius: 6px 0 0 0;
70 border-left: 1px solid grey;
71 border-top: 1px solid grey;
72}
73
74.bordered tr:first-child td:last-child{
75 -moz-border-radius: 0 6px 0 0;
76 -webkit-border-radius: 0 6px 0 0;
77 border-radius: 0 6px 0 0;
78 border-top: 1px solid grey;
79}
80
81.bordered tr:first-child td:only-child{
82 -moz-border-radius: 6px 6px 0 0;
83 -webkit-border-radius: 6px 6px 0 0;
84 border-radius: 6px 6px 0 0;
85 border-left: 1px solid grey;
86 border-right: 1px solid grey;
87 border-top: 1px solid grey;
88}
89
90.bordered tr:first-child td{
91 border-top: 1px solid grey;
92}
93
94.bordered tr:last-child{
95 border-left: 1px solid grey;
96 border-right: 1px solid grey;
97}
98
99.bordered tr:last-child td:first-child {
100 -moz-border-radius: 0 0 0 6px;
101 -webkit-border-radius: 0 0 0 6px;
102 border-radius: 0 0 0 6px;
103 border-bottom: 1px solid grey;
104}
105
106.bordered tr:last-child td:last-child {
107 -moz-border-radius: 0 0 6px 0;
108 -webkit-border-radius: 0 0 6px 0;
109 border-radius: 0 0 6px 0;
110 border-bottom: 1px solid grey;
111}
112
113.bordered tr:last-child td:only-child {
114 -moz-border-radius: 0 0 6px 6px;
115 -webkit-border-radius: 0 0 6px 6px;
116 border-radius: 0 0 6px 6px;
117 border-bottom: 1px solid grey;
118}
119
120.bordered tr:last-child td {
121 border-bottom: 1px solid grey;
122}
123
124.bordered td:first-child {
125 border-left: 1px solid grey;
126}
127
128.bordered td:last-child {
129 border-right: 1px solid grey;
130}