Blame view

frontend/web/js/jsor-jcarousel-7bb2e0a/style.css 1.3 KB
ecf49b1b   Administrator   second
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
  html, body {
      min-height: 100%;
      height: auto !important;
      height: 100%;
  }
  
  body {
      font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
      color: #333;
      padding: 0;
  }
  
  body * {
      line-height:1.22em;
  }
  
  h1, h2, h3, h4, h5, h6 {
      font-family: Georgia, "Times New Roman", Times, serif;
      color:#4088b8;
      clear: both;
  }
  
  h1 {
  }
  
  h2 {
      color: #c8c8c8;
  		margin-top: -25px;
  }
  
  h3 {
  }
  
  h4 {
      color: #333;
      margin-bottom: -10px;
  }
  
  p {
      margin: 10px 0;
      clear: both;
  }
  
  ul, ol {
      margin-left 0;
  }
  
  ul ul {
      margin-bottom: 20px;
  }
  
  #wrap {
      color: #404040;
      /*margin: 0 12%;*/
      margin: 20px 40px;
  }
  
  a {
      color: #4088b8;
  }
  
  table {
      font-size: inherit;
      border: 1px solid #c8c8c8;
  }
  
  th {
      background: #d8d8d8;
      text-align: left;
      padding: 5px;
      white-space: nowrap;
  }
  
  td {
      background: #f8f8f8;
      text-align: left;
      padding: 5px;
      vertical-align: top;
  }
  
  select, input, textarea {
      font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  }
  
  pre, code, tt, dt {
      font: 100% monospace;
      margin: 20px 0;
  }
  
  pre, blockquote {
      padding: 15px;
      background-color: #f0f0f0;
      margin: 20px 0;
      -moz-border-radius: 10px;
  }
  
  td pre {
      font: 85% monospace;
      padding: 5px;
      margin: 5px 0;
  }