Introduction
Introduction Statistics Contact Development Disclaimer Help
twitch.css - twitch-go - twitch.tv web application in Go
git clone git://git.codemadness.org/twitch-go
Log
Files
Refs
README
LICENSE
---
twitch.css (1506B)
---
1 body {
2 font-family: sans-serif, monospace;
3 text-align: center;
4 overflow-y: scroll;
5 color: #000;
6 background-color: #fff;
7 margin: 0;
8 padding: 0;
9 }
10 table {
11 border: 0;
12 }
13 hr {
14 height: 1px;
15 color: #aaa;
16 background-color: #aaa;
17 border: 0;
18 }
19 h1 {
20 font-size: 140%;
21 }
22 h2 {
23 font-size: 120%;
24 }
25 h3 {
26 font-size: 100%;
27 }
28 h1, h1 a, h1 a:visited,
29 h2, h2 a, h2 a:visited,
30 h3, h3 a, h3 a:visited,
31 h1 a:hover, h2 a:hover, h3 a:hover {
32 color: inherit;
33 }
34 table.table {
35 border-collapse: collapse;
36 width: 100%;
37 }
38 table tr th {
39 text-align: left;
40 font-weight: bold;
41 }
42 table.table tr th,
43 table.table tr td {
44 padding: 3px;
45 border: 1px solid #777;
46 }
47 table.table tr th {
48 background-color: #eee;
49 }
50 table.table tr td {
51 white-space: nowrap;
52 }
53 table.table tr td.wrap {
54 white-space: normal;
55 }
56 table.table tr th.viewers,
57 table.table tr th.channels {
58 text-align: right;
59 }
60 table.table tr td.title {
61 max-width: 30ex;
62 text-overflow: ellipsis;
63 overflow: hidden;
64 }
65 pre {
66 margin: 0;
67 }
68 code {
69 border: 3px solid #aaa;
70 background-color: #eee;
71 padding: 5px;
72 display: block;
73 overflow-x: auto;
74 word-wrap: normal;
75 }
76 #menuwrap {
77 background-color: #eee;
78 line-height: 40px;
79 border-bottom: 3px solid #aaa;
80 padding: 0 1ex;
81 }
82 #main {
83 padding: 0 1ex;
84 }
85 #menu,
86 #main {
87 margin: 0px auto;
88 text-align: left;
89 max-width: 100ex;
90 }
91 #menu a {
92 font-weight: bold;
93 vertical-align: middle;
94 }
95 #links-contact {
96 float: right;
97 }
98 .clearfix {
99 clear: both;
100 }
101 .hidden {
102 display: none;
103 }
104 label {
105 display: inline-block;
106 width: 10ex;
107 }
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.