-
Notifications
You must be signed in to change notification settings - Fork 4
/
styles.css
93 lines (78 loc) · 1.34 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
.sengener_match {
color: red;
}
.sengener_right {
text-align: right;
position: absolute;
right: 1em;
float: 'right'
}
.sengener_ssmall {
font-size: 0.9em;
line-height: 1.5em;
}
.sengener_title {
font-size: 1.3em;
line-height: 2.5em;
}
.sengener_page {
font-size: 1.3em;
line-height: 2.5em;
}
.sengener_pagei {
border: 1px;
border-color: blue;
border-radius: 5px;
text-align: center;
}
ul {
border: 1px;
border-color: red;
display: inline-block;
padding: 0;
margin: 0;
}
ul li {
border: 1px;
display: inline;
}
ul li a {
border: 1px;
color: rgba(255, 0, 0, 0.61);
float: left;
padding: 8px 16px;
text-decoration: none;
}
.sengener_pagination {
display: inline-block;
border: 1px;
border-color: #ffcc00;
}
.sengener_pagination a {
border: 1px;
border-color: rgb(133, 129, 129);
border-style: solid;
float: left;
padding: 4px 8px;
margin: 4px;
text-decoration: none;
}
.sengener_pagination a.active {
background-color: #808080;
color: rgb(10, 6, 206);
}
.pagination a:hover:not(.active) {
background-color: #333;
}
.sengener_col-10 {
position: relative;
width: 75%;
}
.sengener_col-6 {
position: relative;
width: 50%;
}
.sengener_col-2 {
position: relative;
width: 21%;
}