1234567891011121314151617181920212223242526272829303132333435 |
- :not(br),a:hover{
- color:#222;
- padding:.4%;
- margin:.5% auto;
- max-width:95%
- }
- html{
- background:#eee;
- font:99% sans-serif;
- padding-bottom:100em;
- }
- div{
- background:#fff;
- box-shadow:0 0 6px
- }
- li{
- display:inline
- }
- .c li{
- display:block
- }
- a{
- color:#33a
- }
- a,a:hover,strong,em,ul{
- padding:0
- }
- p{
- line-height:1.4
- }
- img.thumb{
- width:3em;
- height:auto;
- }
|