test

Css code posted by max
created at 09 May 15:34

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
a { color: #b14745; text-decoration: none; }
a:hover { color: #7a3130; }
a:active { color: #8c3837; }
a:hover { text-decoration: underline; }

a, a:hover { -moz-transition-property: color; -webkit-transition-property: color; -o-transition-property: color; transition-property: color; -moz-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; }

a.more { white-space: nowrap; }

em, i { font-style: italic; }

strong, b { font-weight: bold; }

p, ul, ol, h1, h2, h3, h4, h5, h6 { text-shadow: white 0 1px 0; }

small, sub, sup { font-size: 0.66em; }

sub { vertical-align: baseline; }

sup { vertical-align: text-top; }
707 Bytes in 2 ms with coderay