|
1 #container { |
|
2 position: relative; |
|
3 width: 960px; |
|
4 margin: 0 auto; |
|
5 height: auto; |
|
6 float: none; |
|
7 } |
|
8 |
|
9 #left-sidebar { |
|
10 position: absolute; |
|
11 display: none; |
|
12 } |
|
13 |
|
14 |
|
15 .sectionWrapper { |
|
16 padding-top: 30px; |
|
17 } |
|
18 |
|
19 #blog-post { |
|
20 margin-top: 30px; |
|
21 } |
|
22 .menu-inside{ |
|
23 display: block; |
|
24 margin-top: 10px; |
|
25 } |
|
26 |
|
27 #top-header { |
|
28 display: block; |
|
29 } |
|
30 |
|
31 |
|
32 |
|
33 |
|
34 .tt-wrapper2{ |
|
35 padding: 0; |
|
36 float:right; |
|
37 width: auto; |
|
38 height: 70px; |
|
39 margin-top: 40px; |
|
40 } |
|
41 .tt-wrapper2 li{ |
|
42 float: right; |
|
43 } |
|
44 |
|
45 .tt-wrapper2 li a{ |
|
46 display: block; |
|
47 width: 24px; |
|
48 height: 24px; |
|
49 margin: 0 10px 0 0; |
|
50 outline: none; |
|
51 position: relative; |
|
52 z-index: 2; |
|
53 text-indent: -9000px; |
|
54 text-decoration: none; |
|
55 } |
|
56 |
|
57 .tt-wrapper2 li a span{ |
|
58 display:none; |
|
59 width: 50px; |
|
60 height: 50px; |
|
61 line-height: 50px; |
|
62 padding: 10px; |
|
63 left: 50%; |
|
64 margin-left: -40px; |
|
65 font-family: Georgia, "Times New Roman", Times, serif; |
|
66 font-style: italic; |
|
67 font-size: 12px; |
|
68 color: #464545; |
|
69 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); |
|
70 text-align: center; |
|
71 |
|
72 background: rgba(255,255,255,0.5); |
|
73 text-indent: 0px; |
|
74 position: absolute; |
|
75 pointer-events: none; |
|
76 border-radius: 50%; |
|
77 bottom: -40px; |
|
78 opacity: 0; |
|
79 box-shadow: 0px 3px 8px rgba(0,0,0,0.1); |
|
80 -webkit-transform: scale(0.2); |
|
81 -moz-transform: scale(0.2); |
|
82 -o-transform: scale(0.2); |
|
83 -ms-transform: scale(0.2); |
|
84 transform: scale(0.2); |
|
85 -webkit-transition: all 0.3s ease-in-out; |
|
86 -moz-transition: all 0.3s ease-in-out; |
|
87 -o-transition: all 0.3s ease-in-out; |
|
88 -ms-transition: all 0.3s ease-in-out; |
|
89 transition: all 0.3s ease-in-out;text-decoration: none; |
|
90 } |
|
91 .tt-wrapper2 li a:hover span{ |
|
92 opacity: 0.9; |
|
93 bottom: 20px; |
|
94 -webkit-transform: scale(1); |
|
95 -moz-transform: scale(1); |
|
96 -o-transform: scale(1); |
|
97 -ms-transform: scale(1); |
|
98 transform: scale(1); |
|
99 text-decoration: none; |
|
100 } |
|
101 |
|
102 |
|
103 .firstPage{ |
|
104 padding-top: 0px; |
|
105 } |
|
106 |
|
107 |
|
108 #footerSlideContainer { |
|
109 position:relative; |
|
110 margin-top: 10px; |
|
111 width:100%; |
|
112 height:auto; |
|
113 background: transparent url("images/footer_small.png") repeat; |
|
114 } |
|
115 |
|
116 #footerSlideButton { |
|
117 display: none; |
|
118 |
|
119 } |
|
120 #footerSlideContent { |
|
121 color: #CCCCCC; |
|
122 border: none; |
|
123 position: relative; |
|
124 overflow: hidden; |
|
125 width: 960px; |
|
126 margin: 0 auto; |
|
127 height: auto; |
|
128 padding-bottom: 15px; |
|
129 padding-top: 15px; |
|
130 } |
|
131 #container { |
|
132 padding:30px; |
|
133 } |
|
134 |