Added extension: nuggets-1.1.6.zip
[vanilla-miry.git] / extensions / Nugget / nugget.css
blobc330d640f0fa971beaa9a1bdc909469cffe6ff47
1 .Account {width:45em!important;}
2 .Account #NuggetListTable {margin:0; width:100%; border-collapse:collapse; font-size:1.1em;}
3 #NuggetListTable td {padding:0.3em 0.5em;}
4 #NuggetListTable thead th{color:#494949;font-weight:bold;text-align:left; padding:0em 0.5em 0.3em 0.5em;}
5 #NuggetListTable select {width:100% !important;}
6 #NuggetListTable tbody tr {padding:0.1em 0.5em; border-bottom:1px solid #FFEDAE;}
7 #NuggetListTable td.region{padding: 0.5em 0.5em;font-weight:bold; border-top-width:0px;border-bottom:1px solid #e9d596; color:#455067; background-color:#F4F4C2;}
8 #NuggetListTable tr.odd{background-color:#FFFFCC;border-bottom:1px solid #F2E4B9;}
9 #NuggetListTable p {padding:0px!important; margin:0;font-size:0.4em;}
10 #NuggetListTable .name {padding-left:1.25em; width:18em!important;}
11 #NuggetListTable .PositionSelect {width:9em!important;}
12 #NuggetListTable .WeightSelect {width:4em!important;}
13 #Form ul li textarea#txtNuggetHTML {color: #000;font-family: Courier New; height:300px;}
14 .NuggetList #txtNuggetDescription {width:99.5%!important;}
17 /* Styles for the ur nuggets. This is where u will
18 style all ur stuff.*/
19 /*Above Banner*/
20 .Nugget.CONTROL_POSITION_HEAD {}
21 /*Below Banner*/
22 .Nugget.CONTROL_POSITION_BANNER{}
23 /*Above Content*/
24 .Nugget.CONTROL_POSITION_PANEL{}
25 /*Below Content*/
26 .Nugget.CONTROL_POSITION_BODY_ITEM{}
27 /*Menu*/
28 .Nugget.CONTROL_POSITION_MENU{
29 width:30%;
30 height:40px;
31 margin:-50px 5px 10px 5px;
32 overflow:hidden;
34 /*Footer*/
35 .Nugget.CONTROL_POSITION_FOOTER{
36 clear:both;
38 /*In Comment is styled by the default Vanilla.css You can overwrite that by using...*/
39 .Nugget.CommentHeader{}
40 .Nugget.CommentBody{}
42 /*Below Panel and Panel is styled by the default Vanilla.css*/
43 /*You can overwrite Below Panel using.... */
44 .Nugget.Panel{}
46 /* Styles for the Nugget Holders on Settings.php page
47 no need to alter them as they are just for reference.*/
48 .NuggetHolder {
49 display:block;
50 border:1px solid #DDDDDD;
51 line-height:1.5em;
52 padding:4px 0;
53 background:#F4F4C2 url(hash.gif) repeat scroll 0% 50%;
54 text-align:center;
55 font-size:1.5em;
56 color:#84733D;
58 .NuggetHolder.Panel {
59 margin:10px 0 5px 0 !important;
60 padding:5px 0 !important;
61 width:180px;
63 .NuggetHolder.Footer{
64 clear:both;
67 .NuggetHolder.Menu{
68 width:25%;
69 height:30px;
70 margin:-50px 5px 10px 5px;