source: main/trunk/greenstone3/web/interfaces/halftone/less/widgets.less@ 32388

Last change on this file since 32388 was 28644, checked in by jlwhisler, 10 years ago

A new interface created using a CSS template by luiszuno.com. Based on the default interface.

File size: 1.3 KB
Line 
1
2@import "palette.less";
3
4/* SIDEBAR ----------------------------------------------------*/
5
6#sidebar{
7 .cat-item,
8 .page_item {
9 a{
10 display: block;
11 border-bottom: 1px solid rgba(0,0,0,0.1);
12 padding-bottom: 5px;
13 margin-bottom: 5px;
14 padding-left: 10px;
15
16 .post-counter{
17 color: @fontColor;
18 }
19 }
20 }
21
22 .cat-item:last-child,
23 .page_item:last-child{
24 a{
25 border-bottom: none;
26 }
27 }
28
29 .ads{
30 margin: 0 auto;
31 a{
32 display: block;
33 float: left;
34 margin-left: 15px;
35 margin-bottom: 15px;
36 line-height: 0em;
37 }
38
39 a.last{
40 margin-right: 0px;
41 }
42 }
43}
44
45/* WIDGETS -----------------------------------------------*/
46
47.widget-cols{
48
49 .cat-item,
50 .page_item {
51 a{
52 display: block;
53 border-bottom: 1px solid rgba(255, 255, 255, .1);
54 padding-bottom: 5px;
55 margin-bottom: 5px;
56 padding-left: 10px;
57
58 .post-counter{
59 color: #f1f1f1;
60 }
61 }
62 }
63
64
65 .cat-item:last-child,
66 .page_item:last-child{
67 a{
68 border-bottom: none;
69 }
70 }
71
72 /* RECENT POSTS -----------------------------------------------*/
73
74 .recent-post{
75 margin-bottom: 21px;
76
77 .thumb{
78 display: block;
79 float: left;
80 background: #f1f1f1;
81 line-height: 0em;
82 padding: 3px;
83 margin-right: 15px;
84 margin-bottom: 10px;
85 .box-shadow();
86 }
87
88 .post-head{
89 overflow: auto;
90 }
91
92 span{
93 display: block;
94 }
95
96 }
97
98}
Note: See TracBrowser for help on using the repository browser.