templeos.css - frontends - front-ends for some sites (experiment)
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       templeos.css (644B)
       ---
            1 body {
            2         background-color: #55ffff;
            3         color: #aa00aa;
            4         color: #000;
            5         max-width: 80ex;
            6         margin: 0 auto;
            7         padding: 3px;
            8 }
            9 form {
           10         margin: 0;
           11 }
           12 .nowrap {
           13         whitespace: no-wrap;
           14 }
           15 .a-r {
           16         text-align: right;
           17 }
           18 table.videos,
           19 table.search,
           20 table.search .input,
           21 input.search {
           22         width: 100%;
           23 }
           24 table.videos {
           25         border-collapse: collapse;
           26 }
           27 table.videos tr td {
           28         vertical-align: top;
           29         padding: 0 3px;
           30 }
           31 td.thumb {
           32         width: 120px;
           33         text-align: center;
           34 }
           35 td.thumb img {
           36         height: 90px;
           37 }
           38 a {
           39         text-decoration: none;
           40         color: #aa0000;
           41         border-bottom: 1px solid #0000aa;
           42 }
           43 td.thumb a {
           44         border: 0;
           45 }
           46 hr {
           47         height: 1px;
           48         border: 0;
           49         border-bottom: 1px solid #777;
           50 }