Blame view

css/default.css 1.1 KB
8d65d0ce   andryeyev   init
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
  body, html { font-size: 100%; 	padding: 0; margin: 0;}
  
  
  
  /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  .clearfix:before,
  .clearfix:after {
  	content: " ";
  	display: table;
  }
  
  .clearfix:after {
  	clear: both;
  }
  
  body {
      font-family: Arial, sans-serif;
      color: #ffffff;
  	font-size:12px;
  
  }
  
  a {
  	color: #f0f0f0;
  	text-decoration: underline;
  }
  
  a:hover {
  	color: #d75a3e;
  }
  
  .main {
  	width: 90%;
  	max-width: 69em;
  	margin: 0 auto;
  	padding: 0 1.875em 3.125em 1.875em;
  }
  
  .main img{padding-top:200px;}
  
  .icon-drop:before, 
  .icon-arrow-left:before {
  	font-family: 'fontawesome';
  	position: absolute;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 2;
  	text-align: center;
  	color: #47a3da;
  	-webkit-font-smoothing: antialiased;
  	text-indent: 8000px;
  	padding-left: 8px;
  }
  
  .container > header nav a:hover:before {
  	color: #fff;
  }
  
  .icon-drop:before {
  	content: "\e000";
  }
  
  .icon-arrow-left:before {
  	content: "\f060";
  }
  
  
  
  .fotter{height:72px;line-height:72px;width:1000px;margin:0px auto;position:absolute;bottom:30px;}