slimspots-wiki.css
1.92 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
#search-rounded
{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-size:16px;
width:180px;
border:1px solid #cccccc;
padding:5px;
}
#search-tray
{
background:white;
border-bottom:1px solid #cccccc;
width:100%;
padding-top:20px;
padding-right:20px;
}
article {
width:100%;
padding: 1em;
margin: 1em auto;
text-align: justify;
color: #484e53;
}
article h3
{
text-align: left;
}
.table-of-contents {
text-align:left;
width: 250px;
background: #fff;
font-size: 1em;
padding: 1em 1em;
margin: 0 0 0 0;
border:1px solid #cccccc;
}
.table-of-contents ul {
padding: 0;
list-style:none;
padding-top:20px;
}
.table-of-contents li {
margin: 0 0 0.25em 0;
}
.table-of-contents a {
text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:visited,
.table-of-contents a:active {
text-decoration: underline;
color: #484e53;
}
.table-of-contents a:link
{
color:#484e53;
}
hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
background-image: -o-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}
#margin-bottom-50px
{
margin-bottom:50px;
}
label
{
text-align: left !important;
}
.display-none
{
display:none;
}
.panel-heading
{
text-align: left;
background-color:#66a3c7 !important;
color:white !important;
font-weight:300;
letter-spacing: 0.13em;
border-radius: 0;
border:none;
}
.panel
{
border:none;
}
.panel-default
{
border-radius: 0;
box-shadow: none;
}
#textarea1, #textarea2
{
margin-bottom:20px;
margin-top:20px;
resize:none;
height:200px;
}
.editor-icon
{
cursor: pointer !important;
padding-right:10px !important;
}