Blame view

js/_tiny_mce/style.css 2.02 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
  BODY{font-family:tahoma;font-size:12px;color:#4E4E4E;}
  td{font-family:tahoma;font-size:12px;}
  
  h1{background-image: url('img/h2.jpg');background-repeat: no-repeat;background-position:left center;padding-left:18px;color:#DF0024;font-size:16px;margin-top:0px;}
  
  a:visited{font-family:tahoma;font-size:12px;font-weight:bold;color: #585858;text-decoration: none;}
  a:link{font-family:tahoma;font-size:12px;font-weight:bold;color: #585858;text-decoration: none;}
  a:hover {font-family:tahoma;font-size:12px;font-weight:bold;color:#585858;text-decoration: none;}
  
  #link_parent_rub{font-weight:normal;color:#0263A0;}
  
  .menu_top{background-image: url('img/menu_top_bg.jpg');background-repeat: repeat-x;height:40px;}
  .hr_bottom{border-bottom:1px solid #CDCDCD;}
  .menu_top_links {font-family:tahoma;color:#ffffff;text-decoration:none;font-weight:bold;font-size:12px;}
  .menu_top_links a{font-family:tahoma;color:#ffffff;text-decoration:none;font-weight:bold;font-size:12px;}
  .blok1{margin-top:5px;}
  .icos{margin-top:10px;}
  .bg_input_search{background-image: url('img/bg_input_search.jpg');background-repeat: no-repeat;width:180px;height:23px;border:1px solid #818181;}
  .submit1{background-image: url('img/bg_submit.jpg');background-repeat: repeat-x;height:23px;border:1px solid #818181;color:#818181;font-weight:bold;font-size:11px;}
  .bg_green{background-image: url('img/pl_green_bg.jpg');background-repeat: repeat-x;height:31px;color:#ffffff;font-weight:bold;font-size:14px;}
  .bg_blue{background-image: url('img/pl_blue_bg.jpg');background-repeat: repeat-x;height:31px;color:#ffffff;font-weight:bold;font-size:14px;}
  .bg_orange{background-image: url('img/pl_orange_bg.jpg');background-repeat: repeat-x;height:31px;color:#ffffff;font-weight:bold;font-size:14px;}
  .block_menu_left{border-right:1px solid #818181;font-weight:bold;font-size:12px;font-family:tahoma;}
  .block_menu_right{border-left:1px solid #818181;font-weight:bold;font-size:12px;font-family:tahoma;}
  
  .content_tpl{padding:7px;}
  
  .box{background:#ffffff;border-left:1px solid #818181;border-right:1px solid #818181;}