source: main/trunk/greenstone3/web/interfaces/halftone/css/widgets.css@ 30163

Last change on this file since 30163 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.8 KB
Line 
1/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* SIDEBAR ----------------------------------------------------*/#sidebar .cat-item a,
2#sidebar .page_item a {
3 display: block;
4 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
5 padding-bottom: 5px;
6 margin-bottom: 5px;
7 padding-left: 10px;
8}
9#sidebar .cat-item a .post-counter,
10#sidebar .page_item a .post-counter {
11 color: #444444;
12}
13#sidebar .cat-item:last-child a,
14#sidebar .page_item:last-child a {
15 border-bottom: none;
16}
17#sidebar .ads {
18 margin: 0 auto;
19}
20#sidebar .ads a {
21 display: block;
22 float: left;
23 margin-left: 15px;
24 margin-bottom: 15px;
25 line-height: 0em;
26}
27#sidebar .ads a.last {
28 margin-right: 0px;
29}
30/* WIDGETS -----------------------------------------------*/
31.widget-cols {
32 /* RECENT POSTS -----------------------------------------------*/
33
34}
35.widget-cols .cat-item a,
36.widget-cols .page_item a {
37 display: block;
38 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
39 padding-bottom: 5px;
40 margin-bottom: 5px;
41 padding-left: 10px;
42}
43.widget-cols .cat-item a .post-counter,
44.widget-cols .page_item a .post-counter {
45 color: #f1f1f1;
46}
47.widget-cols .cat-item:last-child a,
48.widget-cols .page_item:last-child a {
49 border-bottom: none;
50}
51.widget-cols .recent-post {
52 margin-bottom: 21px;
53}
54.widget-cols .recent-post .thumb {
55 display: block;
56 float: left;
57 background: #f1f1f1;
58 line-height: 0em;
59 padding: 3px;
60 margin-right: 15px;
61 margin-bottom: 10px;
62 -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
63 -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
64 -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
65 box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
66}
67.widget-cols .recent-post .post-head {
68 overflow: auto;
69}
70.widget-cols .recent-post span {
71 display: block;
72}
Note: See TracBrowser for help on using the repository browser.