Blame view

css/admin.css 5.68 KB
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
  BODY,FORM{margin:0px;padding:0px;font-family: Arial, Tahoma, Helvetica, sans-serif;font-size:12px;color:#575757;}
  TABLE{font-family:arial;font-size:12px;color:#737373;}
  .submit_red{border:1px solid #898987;background-image: url("/img/admin/submit_bg_red.jpg");background-repeat:repeat-x;height:20px;font-family:arial;font-size:11px;color:#ffffff;font-weight:normal;padding-bottom:4px;}
  .submit_blue{border:1px solid #898987;background-image: url("/img/admin/submit_bg_blue.jpg");background-repeat:repeat-x;height:20px;font-family:arial;font-size:11px;color:#ffffff;font-weight:normal;padding-bottom:4px;}
  .submit_green{border:1px solid #898987;background-image: url("/img/admin/submit_bg_green.jpg");background-repeat:repeat-x;height:20px;font-family:arial;font-size:11px;color:#ffffff;font-weight:normal;padding-bottom:4px;}
  .submit_orange{border:1px solid #898987;background-image: url("/img/admin/submit_bg_orange.jpg");background-repeat:repeat-x;height:20px;font-family:arial;font-size:11px;color:#ffffff;font-weight:normal;padding-bottom:4px;}
  
  .input_form{border:1px solid #898987;background:#ffffff;background-image: url("/img/admin/input_ten.jpg");background-position:top;background-repeat:repeat-x;font-family:arial;font-size:12px;}
  
  a:visited{font-family:arial;font-size:12px;font-weight:normal;color: #1B5393;text-decoration: underline;}
  a:link{font-family:arial;font-size:12px;font-weight:normal;color: #1B5393;text-decoration: underline;}
2d59f071   andryeyev   + Моддинг главног...
12
  /*a:hover {font-family:arial;font-size:12px;font-weight:normal;color:#1B5393;text-decoration: underline;}*/
42868d70   andryeyev   Создал GIT
13
14
  
  .bord{background:#1372C6;height:25px;padding-left:5px;padding-right:5px;}
2d59f071   andryeyev   + Моддинг главног...
15
  .left_hot{padding-left:15px; padding-right:15px; padding-top:10px;}
42868d70   andryeyev   Создал GIT
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  
  #link1{font-family:arial;font-size:12px;font-weight:bold;color:#ffffff;text-decoration: underline;}
  .content_site{border-left:1px solid #6D6C71;padding:7px;}
  
  h1{font-family:arial;font-size:18px;}
  
  p{margin:0px;}
  
  .k_l_bg{background-image: url('img/admin/k_l_bg.jpg');background-repeat: repeat-y;width:14px;}
  .k_t_bg{background-image: url('img/admin/k_t_bg.jpg');background-repeat: repeat-x;height:14px;}
  .k_b_bg{background-image: url('img/admin/k_b_bg.jpg');background-repeat: repeat-x;height:14px;}
  .k_r_bg{background-image: url('img/admin/k_r_bg.jpg');background-repeat: repeat-y;width:14px;}
  
  .questioning{border:1px solid #B4D2ED;background:#F9FBFE;}
  .topic{border:1px solid #D1D1D1;background:#EDEDED;padding:5px;}
  
  .content_site .H1Title {margin-bottom:20px;}
2d59f071   andryeyev   + Моддинг главног...
33
  .H1Title {    
42868d70   andryeyev   Создал GIT
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
      margin: 0 10px 0 0;
      list-style:none;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 22px;
  	color: #ffffff;
  	padding: 6px 12px;
  	background: -moz-linear-gradient(
  		top,
  		#c1d99e 0%,
  		#81b52d);
  	background: -webkit-gradient(
  		linear, left top, left bottom, 
  		from(#c1d99e),
  		to(#81b52d));
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border: 1px solid #7db327;
  	-moz-box-shadow:
  		0px 1px 3px rgba(000,000,000,0.5),
  		inset 0px 0px 1px rgba(255,255,255,1);
  	-webkit-box-shadow:
  		0px 1px 3px rgba(000,000,000,0.5),
  		inset 0px 0px 1px rgba(255,255,255,1);
  	text-shadow:
  		1px 1px 2px rgba(000,000,000,0.4),
  		0px 1px 0px rgba(255,255,255,0.3);
  
      }
42868d70   andryeyev   Создал GIT
63
      
2d59f071   andryeyev   + Моддинг главног...
64
65
66
67
  /*
  	==== adminMenu ====
  */
  div.adminMenu { 
42868d70   andryeyev   Создал GIT
68
  }
42868d70   andryeyev   Создал GIT
69
  
2d59f071   andryeyev   + Моддинг главног...
70
71
72
73
74
75
76
77
  div.adminMenu ul {
  	padding: 0;
  	margin: 0;
  	background: #4f85bb;
  	background: -moz-linear-gradient(top,  #4f85bb 0%, #4f85bb 100%);
  	background: -webkit-linear-gradient(top,  #4f85bb 0%,#4f85bb 100%);
  	background: linear-gradient(to bottom,  #4f85bb 0%,#4f85bb 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 );
42868d70   andryeyev   Создал GIT
78
79
  
  }
42868d70   andryeyev   Создал GIT
80
  
2d59f071   andryeyev   + Моддинг главног...
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
  div.adminMenu ul ul li { 
      border-bottom: 1px solid #6096cc; 
  }
  
  div.adminMenu ul ul a {
  	padding-left: 20px;	 
  }
  
  div.adminMenu ul li.main-menu {
      font-size: 14px; 
  	background: #2c539e;
  	background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%);
  	background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%);
  	background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 );
  }
  
  div.adminMenu ul li {  
  	font-size: 12px; 
      border-radius: 0;
      color: #ffffff;
      text-align: left;
      list-style: none;
      transition: all 0.5s ease 0s; 
  }
  
42868d70   andryeyev   Создал GIT
107
  
2d59f071   andryeyev   + Моддинг главног...
108
109
110
111
112
113
114
  div.adminMenu ul a {
      padding: 10px;
      display: block;
      text-decoration: none;     
      color: #FFFFFF;     
      position: relative; 
      text-shadow: -1px -1px 2px #4c4c4c;
42868d70   andryeyev   Создал GIT
115
  }
2d59f071   andryeyev   + Моддинг главног...
116
117
118
119
120
121
122
123
124
125
126
127
  
  
  div.adminMenu ul li:hover,
  div.adminMenu .activeMenu { 
  	background: #2c539e;
  	background: -moz-linear-gradient(top,  #001560 0%, #103782 100%);
  	background: -webkit-linear-gradient(top,  #001560 0%,#103782 100%);
  	background: linear-gradient(to bottom,  #001560 0%,#103782 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001560', endColorstr='#103782',GradientType=0 );
  }
  
  
42868d70   andryeyev   Создал GIT
128
129
130
131
132
133
134
135
136
137
138
139
140
141
  .td_top {background-color:#296da4; color:#ffffff;}
  .td_1 {background-color:#f6f6f6; color:#000000;}
  .td_2 {background-color:#e7e7e7; color:#000000;}
  .td_3 {color:#ff0000;}
  .td_4 {background-color:#67afe9; color:#000000;}
  .td_5 {background-color:#e9de67; color:#000000;}
  .td_6 {font-weight:bold;}
  
  .win a{color:red;}
  .win{position:absolute;padding:10px;border:1px solid #dbdcdc;background:#f6f6f6;color:#ffffff;width:450px;top:50px;left:50px;z-index:20;color:#666666;}
  .close_win{float:right;width:9px;height:9px;background:url('/img/admin/close.png') no-repeat;cursor:pointer;position:absolute;top:5px;right:5px;margin-left:10px;}
  
  a.button-edit2,a.button-save2{display:block;}
  .button-save2,a.button-edit2,a.button-save2{width:78px;height:26px;line-height:26px;border:none;background:url('/img/admin/sub24.jpg') no-repeat;color:#badffc;cursor:pointer;text-align:center;text-decoration:none;margin-bottom:3px;}