forked from zzzprojects/System.Linq.Dynamic.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSite.css
More file actions
64 lines (55 loc) · 1.13 KB
/
Site.css
File metadata and controls
64 lines (55 loc) · 1.13 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
body {
padding-top: 50px;
padding-bottom: 20px;
background-color: lightgray;
position: relative;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-top: 10px;
padding-bottom: 10px;
/*padding-left: 15px;
padding-right: 15px;*/
background-color: white;
border-radius: 0 0 6px 6px;
box-shadow: 0px 0px 8px 5px darkgray;
}
.body-footer {
padding-top: 15px;
}
/* Remove IE Selection Border */
textarea,
input,
a,
a:hover,
a:active,
a:focus
{
outline: 0px!important;
}
/*Fix Issues with bootstrap and Sunlight for code snippets*/
pre {
padding: 0;
border: none;
background-color: white;
}
.sunlight-code-container {
padding: 4px;
border-radius: 3px;
}
/*Correction for jReject popup background color */
#jr_inner {
background-color: #F5F5F5;
}
/*Correction for custom google search*/
.gsc-control-cse {
width: 245px !important;
padding-bottom: 0 !important;
padding-right: 0 !important;
background-color: transparent !important;
border: none !important;
}
section {
padding-top:50px;
margin-top:-50px;
}