Blame view

style_admin.css 2.3 KB
42868d70   andryeyev   Создал GIT
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
  BODY{background:#FFFFFF;font-family:arial;font-size:12px;color:#737373;}
  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;}
  a:hover {font-family:arial;font-size:12px;font-weight:normal;color:#1B5393;text-decoration: underline;}
  
  .bord{background:#1372C6;height:25px;padding-left:5px;padding-right:5px;}
  .left_hot{padding-left:25px;padding-top:10px;}
  
  #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;}