]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/NewMenu/newmenu.css
Don't try to import a <dd> without a <dt> from delicious
[quix0rs-gnu-social.git] / plugins / NewMenu / newmenu.css
1 body[id$=settings] #site_nav_local_views {
2 position:relative;
3 z-index:9;
4 float:right;
5 margin-right:10.65%;
6 width:22.25%;
7 }
8 body[id$=settings] #site_nav_local_views li {
9 width:100%;
10 margin-right:0;
11 margin-bottom:7px;
12 }
13 body[id$=settings] #site_nav_local_views a {
14 display:block;
15 width:80%;
16 padding-right:10%;
17 padding-left:10%;
18 border-radius-toprleft:0;
19 -moz-border-radius-topleft:0;
20 -webkit-border-top-left-radius:0;
21 border-radius-topright:4px;
22 -moz-border-radius-topright:4px;
23 -webkit-border-top-right-radius:4px;
24 border-radius-bottomright:4px;
25 -moz-border-radius-bottomright:4px;
26 -webkit-border-bottom-right-radius:4px;
27 }
28 body[id$=settings] #site_nav_local_views li.current {
29 box-shadow:none;
30 -moz-box-shadow:none;
31 -webkit-box-shadow:none;
32 }
33
34 body[id$=settings] #content {
35 border-radius-topleft:7px;
36 border-radius-topright:7px;
37 -moz-border-radius-topleft:7px;
38 -moz-border-radius-topright:7px;
39 -webkit-border-top-left-radius:7px;
40 -webkit-border-top-right-radius:7px;
41 border-radius-topright:0;
42 -moz-border-radius-topright:0;
43 -webkit-border-top-right-radius:0;
44 min-height: 360px;
45 }
46 body[id$=settings] #aside_primary {
47 float: right;
48 width: 17.25%;
49 margin-right: 10.45%;
50 margin-top: 6px;
51 min-height: 0px;
52 }