Dotclear

source: themes/berlin/scss/partials/_archive.scss @ 2644:88b1b462c4d0

Revision 2644:88b1b462c4d0, 2.8 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Currywurst templates: category.html some better classes and id --- Berlin Theme: styling category
+ some forgotten images in last commit.

Line 
1/* ---------------------------------------------------------------- archives */
2/* general */
3.dc-archive .content-inner {
4    @media all and(min-width: $small-screen) {
5        margin-left: 3em;
6        margin-right: 3em;
7        }
8}
9.arch-block {
10    display: inline-block;
11    margin: 0 0 2em 0;
12    vertical-align: top;
13    a {
14        color: $gray-very-dark;
15        }
16    @media all and(min-width: $small-screen) {
17        margin-left: 4em;
18        }
19    }
20.arch-block:first-child {
21    margin-left: 0;
22    }
23.arch-block h3 {
24    margin-bottom: 1em;
25    font-size: 1.2em;
26    font-style: italic;
27    font-weight: normal;
28    text-transform: lowercase;
29    color: $secondary-color;
30    }
31.arch-block h4 {
32    font-weight: bold;
33    font-size: 1.1em;
34    margin-bottom: 0;
35    margin-top: 0;
36    color: $gray-very-dark;
37    }
38.arch-list, .arch-sub-list {
39    list-style-type: none;
40    margin: 0;
41    padding: 0;
42    }
43.arch-sub-list {
44    margin-left: 20px;
45    }
46/* par date */
47.arch-by-year {
48    margin-right: 0;
49    margin-bottom: 1em;
50    margin-top: 2em;
51    }
52.arch-by-year h3 {
53    margin-bottom: 0;
54    }
55.arch-by-year h3:first-child {
56    margin-top: 0;
57    }
58.fromto {
59    margin-top: 0;
60    margin-bottom: 1.5em;
61    font-size: .875em;
62    font-style: italic;
63    }
64.arch-by-year__each-year {
65    display: inline-block;
66    vertical-align: top;
67    margin: 0;
68    width: 10em;
69    }
70.arch-year-list {
71    margin-bottom: 1.5em;
72    }
73.arch-year-list span {
74    font-size: .875em;
75    }
76/* par categorie */
77.arch-cat-list, .arch-sub-cat-list {
78    background: transparent url(img/vline.png) repeat-y;
79    }
80.arch-sub-cat-list {
81    margin: .5em 0 0 .5em;
82    }
83.arch-cat-list li {
84    padding: .2em .2em .2em 20px;
85    background: transparent url(img/hline.png) no-repeat left .82em;
86    }
87.arch-cat-list li:last-child {
88    background-image: url(img/last-hline.png);
89    }
90/* par tag */
91.arch-by-tag {
92    width: 17em;
93    }
94.arch-tag-list li {
95    display: inline;
96    padding-right: 1em;
97    }
98.arch-tag-list .tag0 {
99    color: #909090;
100    font-size: 90%;
101    }
102.arch-tag-list .tag10 {
103    color: #828282;
104    font-size: 92%;
105    }
106.arch-tag-list .tag20 {
107    color: #737373;
108    font-size: 94%;
109    }
110.arch-tag-list .tag30 {
111    color: #656565;
112    font-size: 96%;
113    }
114.arch-tag-list .tag40 {
115    color: #484848;
116    font-size: 98%;
117    }
118.arch-tag-list .tag50 {
119    color: #3A3A3A;
120    font-size: 100%;
121    }
122.arch-tag-list .tag60 {
123    color: #2B2B2B;
124    font-size: 102%;
125    }
126.arch-tag-list .tag70 {
127    color: #1D1D1D;
128    font-size: 104%;
129    }
130.arch-tag-list .tag80 {
131    color: #0E0E0E;
132    font-size: 106%;
133    }
134.arch-tag-list .tag90 {
135    color: #030303;
136    font-size: 108%;
137    }
138.arch-tag-list .tag100 {
139    color: #000;
140    font-size: 110%;
141    }
142/* archives par mois */
143.dc-archive-month #content-info h2 {
144    margin-left: 2em;
145    margin-top: .5em;
146    }
Note: See TracBrowser for help on using the repository browser.

Sites map