-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzash.css
More file actions
173 lines (168 loc) · 4.64 KB
/
zash.css
File metadata and controls
173 lines (168 loc) · 4.64 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* css */
.zashStyle {
display: none;
}
.coverImage {
border-radius: 0.25em;
border: 0.25em solid lightGray;
padding: 0.25em !important;
display: block;
margin: auto;
}
.coverImage:hover {
border: 0.25em solid dodgerBlue;
}
.kshowSynopsisTable,
.showInfoTable,
.collectionTable {
background-color: whiteSmoke;
border: 0.25em solid lightGray !important;
border-radius: 0.25em;
margin-left: auto;
margin-right: auto;
cursor: default;
}
.kshowSynopsisTable th,
.showInfoTable th,
.movieTable th,
.batchLinksTable th,
.showLinksTable th {
font-family: 'Droid Sans', sans-serif; font-weight: 400;
text-align: center;
vertical-align: middle;
}
.kshowSynopsisTable td {
font-family: 'Droid Sans', sans-serif; font-weight: 400;
padding: 0.5em !important;
text-align: justify;
}
.showInfoTable, .collectionTable {
background-color: whiteSmoke;
border: 0.25em solid lightGray !important;
border-radius: 0.25em;
margin: auto;
cursor: default;
}
.showInfoTable td, .collectionTable td {
text-align: center;
}
.batchLinksTable,
.showLinksTable,
.movieTable {
background-color: whiteSmoke;
border: 0.25em solid lightGray !important;
border-radius: 0.25em;
margin: auto;
cursor: default;
}
.collectionTable tr,
.batchLinksTable tr,
.showLinksTable tr,
.movieTable tr {
background-color: whiteSmoke;
margin: auto;
cursor: default;
text-align: center;
}
.collectionTable tr:hover,
.batchLinksTable tr:hover:not(:first-child),
.showLinksTable tr:hover:not(:first-child),
.movieTable tr:hover:not(:first-child) {
color: #F8F8F8;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
background-color: rgba(120,120,120,0.5);
}
.batchLinksTable tr td,
.showLinksTable tr td,
.movieTable tr td {
padding: 0.5em !important;
font-family: 'Lato', sans-serif; font-weight: 400;
text-decoration: none;
text-shadow: none;
text-align: center;
}
.batchLinksTable tr td:not(:nth-child(1):nth-child(2)),
.showLinksTable tr td:not(:nth-child(1):nth-child(2)),
.movieTable tr td:not(:nth-child(1):nth-child(2)) {
font-family: 'Lato', sans-serif; font-weight: 700;
}
.batchLinksTable tr td a,
.showLinksTable tr td a,
.movieTable tr td a {
color: #000000;
text-decoration: none;
text-shadow: none;
font-family: 'Lato', sans-serif; font-weight: 900;
}
.batchLinksTable tr td a:hover,
.showLinksTable tr td a:hover,
.movieTable tr td a:hover {
color: #4169E1;
text-decoration: none;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
.collectionTable tr td a {
text-decoration: none;
text-shadow: none;
font-family: 'Droid Sans', sans-serif; font-weight: 700;
}
.collectionTable tr td a:hover {
color: #6600FF;
text-decoration: none;
text-shadow: 0 1px rgba(255, 255, 255, 0.15);
}
.donateImage {
display: block;
margin: auto;
}
/* transition hover effect */
.coverImage, .kshowSynopsisTable tr,
.collectionTable, .collectionTable tr,
.batchLinksTable, .showLinksTable, .movieTable,
.batchLinksTable tr, .showLinksTable tr, .movieTable tr,
.batchLinksTable tr td:not(:nth-child(1):nth-child(2)),
.showLinksTable tr td:not(:nth-child(1):nth-child(2)),
.movieTable tr td:not(:nth-child(1):nth-child(2)) {
-moz-transition: all 0.25s ease-in-out 0s;
-webkit-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
}
/* smooth transition hover effect */
.coverImage, .collectionTable tr, .collectionTable tr td a,
.batchLinksTable tr, .showLinksTable tr, .movieTable tr,
.batchLinksTable tr td a, .showLinksTable tr td a, .movieTable tr td a{
-moz-transition: all 0.25s ease-in-out 0s;
-webkit-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
}
/* simplistic seasonal sections */
.ui-tabs-anchor { background-color: dimgray; }
.tabfont {font-size: 14px; font-family: "Verdana", sans-serif; color: white;}
li.ui-tabs-active a {
font-size: 14px;
font-family: "Verdana", sans-serif;
color: white !important;
background: green !important;
}
/* rand CSS styling. */
.randspoilerscript {
display: none;
visibility: hidden;
}
.randcenterspoiler {
text-align: center !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
.randbutton {
position: center;
padding: 0.25em;
font-size: 1em;
font-family: 'Droid Sans', sans-serif; font-weight: 400;
background-color: #F5F5F5 !important;
color: #339966;
}