Files
@ f43d1a4680a9
Branch filter:
Location: hot67beta/administrator/templates/khepri/css/rounded.css
f43d1a4680a9
2.4 KiB
text/css
menubar 0 to 10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | /** rounded corners **/
div#toolbar-box {
background: #f7f7f7;
}
div#element-box {
background: #fff;
}
div#element-box div.section-box div.m {
background: #fbfbfb;
}
div.t, div.b {
height: 6px;
padding: 0;
margin: 0;
overflow: hidden;
}
div.m {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 0 8px;
}
div#toolbar-box div.m {
padding: 0;
}
div#element-box div.m {
padding: 5px 10px;
}
div#submenu-box div.t {
background: url(../images/j_border.png) 0 0 repeat-x;
}
div#submenu-box div.t div.t {
background: url(../images/j_crn_tr_dark.png) 100% 0 no-repeat;
}
div#submenu-box div.t div.t div.t {
background: url(../images/j_crn_tl_dark.png) 0 0 no-repeat;
}
div#submenu-box div.b {
background: url(../images/j_border.png) 0 100% repeat-x;
}
div#submenu-box div.b div.b {
background: url(../images/j_crn_br_dark.png) 100% 0 no-repeat;
}
div#submenu-box div.b div.b div.b {
background: url(../images/j_crn_bl_dark.png) 0 0 no-repeat;
}
div#toolbar-box,
div#element-box div.section-box {
background: #fbfbfb;
}
div#toolbar-box div.t,
div#element-box div.section-box div.t {
background: url(../images/j_border.png) 0 0 repeat-x;
}
div#toolbar-box div.t div.t,
div#element-box div.section-box div.t div.t {
background: url(../images/j_crn_tr_med.png) 100% 0 no-repeat;
}
div#toolbar-box div.t div.t div.t,
div#element-box div.section-box div.t div.t div.t {
background: url(../images/j_crn_tl_med.png) 0 0 no-repeat;
}
div#toolbar-box div.b,
div#element-box div.section-box div.b {
background: url(../images/j_border.png) 0 100% repeat-x;
}
div#toolbar-box div.b div.b,
div#element-box div.section-box div.b div.b {
background: url(../images/j_crn_br_med.png) 100% 0 no-repeat;
}
div#toolbar-box div.b div.b div.b,
div#element-box div.section-box div.b div.b div.b {
background: url(../images/j_crn_bl_med.png) 0 0 no-repeat;
}
div#element-box div.t {
background: url(../images/j_border.png) 0 0 repeat-x;
}
div#element-box div.t div.t {
background: url(../images/j_crn_tr_light.png) 100% 0 no-repeat;
}
div#element-box div.t div.t div.t {
background: url(../images/j_crn_tl_light.png) 0 0 no-repeat;
}
div#element-box div.b {
background: url(../images/j_border.png) 0 100% repeat-x;
}
div#element-box div.b div.b {
background: url(../images/j_crn_br_light.png) 100% 0 no-repeat;
}
div#element-box div.b div.b div.b {
background: url(../images/j_crn_bl_light.png) 0 0 no-repeat;
}
|