Blame view

public/css/history.css 1.63 KB
e77200db5   nologostudio.ru   Initial commit
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
  .history_heading {
  	color: #fff;
  	font-weight: bold;
  	font-size: 21px;
  	padding: 25px;
  	text-shadow: 2px 0px 2px #111;
  }
  
  .history_top {
  	background: url(/pics/hof-bg.jpg) center 10%;
  	background-size: 100%;
  }
  
  ul.timeline li {
  	background: #111;
  	float: left;
  	border-right: 2px solid #333;
  	text-align: center;
  	padding: 20px 0;
  }
  
  @media screen and (min-width: 768px) {
  	ul.timeline li{
  		width: 20%;
  	}
  }
  
  ul.timeline li img {
  	border: 2px solid #FAFAFA;
  	margin-top:19px;
  	width:110px;
  	height:140px;
  }
  
  ul.timeline a.link {
  	color:#fff;
  	font-size:14px;
  	text-decoration:none;
  	display:block;
  	line-height:18px;
  }
  
  a.year, a.name{
  	color:#3BF;
  	font-size:17px;
  	text-decoration:none;
  	display:block;
  	margin-top:2px;
  }
  
  a.name { margin-top:33px;}
  
  ul.timeline a:hover {
  	color:#999;
  }
  
  .section-heading {
  	font-size: 14px;
  	margin-top: 40px;
  }
  
  .record {
  	margin: 20px auto;
  }
  
  .record thead th {
  	font-weight: normal;
  	font-size: 14px;
  	padding: 10px;
  }
  
  .record , .record td, .record th {
  	border: #D4D4D4 solid 2px;
  	border-collapse: collapse;
  	text-align: center;
  }
  
  .record tbody td {
  	font-size: 13px;
  	color: #6EA500;
  	padding: 10px;
  }
  
  ul.honours {
  	font-size: 13px;
  	margin: 20px;
  }
  
  ul.honours li {
  	list-style-type: circle;
  	margin-left: 20px;
  }
  
  ul.honours span {
  	color:#6EA500;
  }
  
  .player_box {
  	margin: 30px 0 20px;
  	font-size: 14px;
  	padding: 10px;
  	background: #f5f5f5;
  	border-radius: 5px;
  }
  
  .player_box img {
  	border: 1px solid #ddd;
  }
  
  .player_box span.name {
  	color:#0082C3;
  }
  
  .player_box span.lable {
  	color:#6EA500;
  }