Project

General

Profile

Bug #7908 » custom-css-gcdsl-site.txt

Matt Gold, 2017-04-04 02:37 PM

 
1
body {
2
    background: none repeat scroll 0 0 #FFFFFF;
3
    font: 14px/2em \"Helvetica Neue\",Helvetica,Arial,sans-serif;
4
    overflow-x: hidden;
5
    position: relative;
6
    color: #777;
7
    background: #fff;
8
}
9

    
10
#gc-logo {
11
    float: right;
12
    margin-top: 20px;
13
}
14

    
15
div .first {
16
    clear: left;
17
    margin-left: 0;
18
}
19

    
20
.main_menu .menu {
21
    padding-top: 55px;
22
    padding-left: 1px;
23
}
24

    
25
.main_menu .menu li li a {
26
    font-size: 13px;
27
    text-transform: none;
28
}
29

    
30
.template-portfolio-overview p {
31
    font-size: 14px;
32
}
33

    
34
.template-page content p {
35
    font-size: 14px;
36
}
37

    
38
blockquote {
39
    font-size:1.2em;
40
    font-style: normal;
41
    line-height:1.4em;
42
    margin:10px 0 10px 0;
43
    padding:0 0 0 40px;
44
}
45

    
46
.post-title a {
47
    font-size: 20px;
48
}
49

    
50
.entry-content {
51
    line-height: 30px;
52
}
53

    
54
.product_meta {
55
    color: 404040;
56
}
57

    
58
#sidebar, footer, #footer a {
59
    color: #777 ;
60
}
61

    
62
#footer {
63
    padding:10px 0 40px 0;
64
    font-size: 18px;
65
    overflow: hidden;
66
}
67

    
68
.sidebar .widgettitle, #footer .widgettitle {
69
    font-size: 11px;
70
    font-weight: bold;
71
    text-transform: uppercase;
72
    letter-spacing: 1.5px;
73
    padding-bottom: 10px;
74
}
75

    
76
#h1, h2, h3, h4, h5, h6, legend, .sliderheading {
77
    font-weight: bold;
78
    line-height: 1.5em;
79
    position: relative;
80
}
81

    
82
#h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #top .widgettitle, #top .widgettitle a{
83
    color:#777;
84
}
85

    
86
a, h4.teaser_text, .entry-content h1, .entry-content h2, #top .pagination a:hover, #top .tweets a {
87
    color:#3d80a1;
88
}
89

    
90
::-moz-selection{
91
    color:#00000;
92
}
93

    
94
::-webkit-selection{
95
    color:#ffffff;
96
}
97

    
98
::selection{
99
    color:#ffffff;
100
}
101

    
102
#top .post-title {
103
    font-size: 15px;
104
}
105

    
106
h1 {
107
    font-family: \"Arvo\",arial,sans-serif;
108
}
109

    
110
h1 {
111
    font-size: 20px;
112
    font-weight: bold;
113
    text-transform: none;
114
}
    (1-1/1)