summaryrefslogtreecommitdiff
path: root/blog/sbs_1/extras.css
blob: 6409ebe67a934669baf6da357f7bd0493e1f79a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.CTitle {
	color: #fff;
}
.TText {
	color: #fff;
}
body {
	background: #000;
	background-image: url(blossom.png);
}
table {
	background: rgba(0,0,0,0.8);
}
p {
	text-indent: 2em;
}
note, .note {
	vertical-align: super;
	font-size: 60%;
}
reduced, .reduced {
	font-size: 75%;
}
blockquote {
	padding: 1em;
	margin-left:4em;margin-right:4em;
}
enlarged, .enlarged {
	font-size: 125%;
}
button {
	border:none;
	color:white;
	padding:0.5em 2em;
	text-align:center;
	background-color:#C6C;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
}
button:hover {
	background-color:#E9E;
}
input {
    border: none;
    border-bottom: 2px solid #C6C;
    outline: none !important;
    background-color: rgba(0,0,0,0) !important;
    color: white;
}