Dotclear

source: themes/berlin/scss/partials/_common.scss @ 3876:7f716e4e25ac

Revision 3876:7f716e4e25ac, 2.3 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Some CSS adjustments (hr may be used in admin fieldset or div.fieldset to separate areas)

Line 
1/* Typographie */
2// base //
3body {
4    font-size: 1em;
5    line-height: 1.5;
6    font-family: $sans-serif;
7}
8// titres //
9h1 {
10    font-size: scut-em(48);
11    line-height: 1.2;
12}
13h2 {
14    font-size: scut-em(64);
15    line-height: 1.2;
16    margin-bottom: scut-em(32,64);
17}
18h3 {
19    font-size: scut-em(28);
20    line-height: 1.33;
21    margin-top: scut-em(16,28);
22    margin-bottom: scut-em(12, 28);
23}
24h4 {
25    font-size: scut-em(21);
26    margin-top: scut-em(24, 21);
27    margin-bottom: scut-em(16, 21);
28}
29h5 {
30    font-size: scut-em(18);
31    margin-top: scut-em(28,18);
32}
33h6 {
34    font-size: 1em;
35    margin-bottom: 0;
36}
37h2, h3, h4, h5, h6 {
38    color: $secondary-color;
39}
40// liens
41a {
42    color: $link;
43    text-decoration: none;
44    transition: .3s;
45    &:link, &:visited {
46        border-bottom: 1px solid $gray-medium;
47    }
48    &:visited {
49        border-bottom-style: dotted;
50    }
51    &:hover, &:active {
52        border-color: $link;
53    }
54    &:focus {
55        background-color: $link;
56        color: $gray-very-light;
57    }
58}
59// autres balises
60hr {
61    border: 0;
62    height: 1px;
63    background: #333;
64    @include background-image(linear-gradient(left, $gray-medium, $gray-dark, $gray-medium));
65}
66abbr[title] {
67  text-decoration: none;
68}
69blockquote, q {
70    font-family: $serif;
71    color: $gray-dark;
72    font-style: italic;
73}
74blockquote {
75    font-size: scut-em(18);
76    line-height: 1.33;
77    quotes: '\201C' '\201D';
78    margin-top: scut-em(32,18);
79}
80blockquote:before,
81blockquote:after {
82    margin-top: 0;
83    font-size: 3em;
84    display: block;
85    line-height: .25;
86    color: $gray-medium;
87    margin-bottom: 0;
88}
89blockquote:before {
90    content: open-quote;
91    float: left;
92    margin-right: .25em;
93}
94blockquote:after {
95    content: close-quote;
96    text-align: right;
97}
98blockquote p:first-child {
99    margin-top: 0;
100}
101kbd {
102    padding: 0.1em 0.5em;
103}
104code, pre, kbd {
105    background-color: #555;
106    color: #EFD540;
107    font-family: $monospace;
108    font-size: scut-em(14);
109    padding: .1em .2em;
110}
111pre {
112    padding: .5em 1em;
113}
114img {
115    max-width: 97%;
116}
117p, ul, ol {
118    margin-top: 1em;
119    margin-bottom: .5em;
120}
121ul ul, ul ol, ol ol, ol ul { margin-top: .5em; }
122/* a11y */
123.sr {
124  border: 0;
125  clip: rect(0 0 0 0);
126  height: 1px;
127  margin: -1px;
128  overflow: hidden;
129  padding: 0;
130  position: absolute;
131  width: 1px;
132}
Note: See TracBrowser for help on using the repository browser.

Sites map