-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyles.css
143 lines (143 loc) · 2.44 KB
/
styles.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
background-color: #fafafa;
/* Margin bottom by footer height */
margin-bottom: 8em;
}
/* see CSS section from https://angular-ui.github.io/bootstrap/ */
.nav, .pagination, .carousel, .panel-title a {
cursor: pointer;
}
.dragOverInactive {
background-color: #eee;
}
.dragOverActive {
background-color: white;
}
.italic {
font-style: italic;
}
.container {
margin: 4em auto;
width: 37.5em;
font-size: 1.25em;
}
.desc {
margin-top: 3em;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 8em;
background-color: #f5f5f5;
}
.footer .small {
font-size: 0.9em;
text-align: center;
padding: 1.2em;
}
.footer .small a {
display: inline-block;
}
.footer .small p {
margin: 0.4em;
}
.footer .small img {
border: none;
height: 1.9375em;
margin-top: 0.4em;
}
.title {
font-size: 2.5em;
font-weight: bold;
text-align: center;
}
.flair {
margin: 2.5em 0 1em;
height: 20px; /* same height that the buttons have */
}
.fb_iframe_widget span {
vertical-align: baseline !important; /* override valign bottom */
}
.load_area {
margin: 2em 0;
}
.load_or {
font-size: 1.25em;
margin: 1em 0;
}
.drop_zone {
border: 2px dashed #bbb;
padding: 1.5625em;
border-radius: 0.625em;
color: #aaa;
}
ol li {
margin-bottom: 0.75em;
}
input.fileInput {
display: none;
}
.show_on_file_loaded {
margin-top: 2.5em;
}
.show_on_file_loaded h2 {
margin-bottom: 1em;
}
.show_on_file_loaded ol {
margin-bottom: 2em;
}
.controls input {
margin-bottom: 1em;
}
.processed_subs {
margin-top: 2.5em;
}
.panel {
margin-top: 1em;
padding: 0;
}
.panel-body {
padding: 0;
}
table {
width: 100%;
table-layout:fixed;
}
tr {
font-size: 14px;
}
table tr:hover, table tr:nth-child(even):hover {
background-color: #d3e7f8;
cursor: pointer;
}
table tr.header:hover {
background-color: white;
cursor: auto;
}
td, th {
padding: 0.375em;
white-space: pre-wrap;
word-wrap: break-word;
}
.dialogLine {
padding-left: 0.375em;
}
table tr:nth-child(even) {
background-color: #f0f0f0;
}
table tr.selected_row, table tr.selected_row:hover {
background-color: #5faaec;
color: white;
}
.raw_subs {
width: 100%;
height: 8em;
margin-top: 1em;
}