-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquotes.css
111 lines (95 loc) · 1.35 KB
/
quotes.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
* {
font-family: Arial, Helvetica, sans-serif;
}
html {
height: 100%;
}
body {
height: 100%;
overflow: hidden;
overflow-x:auto;
margin: 0px;
}
.page {
position: absolute;
overflow: hidden;
display: table;
text-align: center;
width: 100%;
height :95%;
cursor: pointer;
}
.quote-container, .arrow-container {
width:75%;
text-align: center;
display: table-cell;
vertical-align: middle;
padding: 5px;
font-size:1.2em;
}
.footer {
font-size: 1.2em;
text-align: center;
height: 30px;
text-decoration: none;
left: 0;
position: fixed;
text-align: center;
bottom: 0;
width: 100%;
}
#form {
padding-left: 15%;
padding-right: 15%;
}
.quote {
color: black;
text-decoration: none;
word-wrap: break-word;
}
.quote-text {
width: 100%;
word-wrap: break-word;
font-weight: bold;
}
.footer-container {
width: 80px;
display: inline-block;
overflow: hidden;
opacity: 0.8;
}
.quoteby{
font-size:0.8em;
/*font-weight: bold;*/
}
p {
width: 100%;
word-wrap: break-word;
}
.pillar {
padding: 0px;
overflow: auto;
display: block;
position: fixed;
height: 100%;
width: 10%;
background-color: #CCCCCC;
opacity: 0.4;
z-index: 2;
}
.pillar-container {
display: table;
text-align: center;
width: 100%;
height: 100%;
}
#pillar-right {
right: 0px;
}
.arrow-container {
font-size: 2em;
padding-bottom: 75px;
}
.hide {
visibility: none;
}