7bf5fab1fa2fa07cc012c0570781aea23343ae05bcca862eaaeeb4e5a739a9107f8ae073ef6a37b3
26
h2 a:hover { text-decoration: underline }
26
h2 a:hover { text-decoration: underline }
27
h3 { font-size:110%; /*text-transform:uppercase;*/ }
27
h3 { font-size:110%; /*text-transform:uppercase;*/ }
28
 
28
 
29
a img { border:none }
29
a img { border: 0 none; }
30
a { text-decoration: none; color: #369; }
30
a { text-decoration: none; color: #369; }
31
 
31
 
 
 
32
/*
 
 
33
a:active { border: 0 none;}
 
 
34
a:focus { -moz-outline-style: none; }
 
 
35
*/
 
 
36
 
32
div.autosize { display: table; width: 1px}
37
div.autosize { display: table; width: 1px}
33
div.autosize > div { display: table-cell; }
38
div.autosize > div { display: table-cell; }
34
 
39
 
...
 
...
 
59
 
64
 
60
/* header / menus */
65
/* header / menus */
61
 
66
 
62
/*:-moz-any-link:focus { outline: none }*/
 
 
63
 
 
 
64
.hover a:hover { text-decoration: underline }
67
.hover a:hover { text-decoration: underline }
65
 
68
 
66
.selected { font-weight: bold; }
69
.selected { font-weight: bold; }
...
 
...
 
498
.tagline a.friend {color: orangered }
501
.tagline a.friend {color: orangered }
499
.tagline a:hover { text-decoration: underline }
502
.tagline a:hover { text-decoration: underline }
500
 
503
 
 
 
504
.watch-play { 
 
 
505
    background: transparent url(/static/reddit-button-play.gif) no-repeat scroll right center;
 
 
506
    padding-right: 15px;
 
 
507
    color: #336699;
 
 
508
}
 
 
509
.watch-stop {  
 
 
510
    color: red;
 
 
511
}
 
 
512
 
 
 
513
.embededmedia { margin-top: 5px }
 
 
514
 
501
.title { color: blue; padding: 0px; overflow: hidden; }
515
.title { color: blue; padding: 0px; overflow: hidden; }
502
.title:visited { color: #551a8b }
516
.title:visited { color: #551a8b }
503
.title.click { color: #551a8b } 
517
.title.click { color: #551a8b } 
...
 
...
 
1213
#passform.pretty-form button { padding: 0px 1px; }
1227
#passform.pretty-form button { padding: 0px 1px; }
1214
 
1228
 
1215
 
1229
 
1216
.prefleft { padding: 10px; font-weight: bold; vertical-align: top} 
1230
.preftable th { 
1217
.prefright { padding: 10px }
1231
    padding: 10px; 
 
 
1232
    font-weight: bold; 
 
 
1233
    vertical-align: top;
 
 
1234
    text-align: left;
 
 
1235
}
 
 
1236
.preftable td.prefright { padding: 10px }
 
 
1237
.preftable .spacer { margin-top: 5px; margin-bottom: 5px; }
1218
 
1238
 
1219
.over18 button { margin: 0 10px 0 10px; padding: 5px}
1239
.over18 button { margin: 0 10px 0 10px; padding: 5px}
1220
 
1240
 
...
 
...
 
1237
            color: #369; font-weight: bold;}
1257
            color: #369; font-weight: bold;}
1238
.stats td.ri { padding-left: 20px; text-align: right}
1258
.stats td.ri { padding-left: 20px; text-align: right}
1239
 
1259
 
 
 
1260
.thumbnail { 
 
 
1261
    float: left; 
 
 
1262
    margin: 0px 5px; 
 
 
1263
    overflow: hidden;
 
 
1264
}
 
 
1265