Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. .ogpmain {width:654px;height:570px;background: #000 url(images/box_main.png) no-repeat;}
  2. .ogpmain .title { font-size:18px;padding:5px 0 10px;text-align:center;height:42px; }
  3. .ogpmain .title a { /*border: 2px solid #EEEEEE;*/ font-size: 18px; }
  4. .ogpmain .text { font-size:12px;line-height:24px;text-align:justify;height:480px;overflow:hidden; }
  5. .ogpmain .text a { text-decoration:underline;font-weight: normal; }
  6. .ogpmain .text img { width:100%; min-height:250px !important;max-height:500px !important;}
  7. .ogpmain a { text-decoration:none; font-weight:bold; }
  8. .ogpmain .more { text-align:center; }
  9. .ogpmain .more a { font-size:12px; /*border: 1px solid #ddd;*/font-weight: bold;padding: 0 10px 1px;text-decoration: none; }
  10.  
  11. .ogpmain-area-top {width:350;height:15px;background: #000 url(images/side_top.png) no-repeat;}
  12. .ogpmain-area-middle {width:350;background: #000 url(images/side_middle.png) repeat-y;}
  13. .ogpmain-area-bottom {width:350;height:15px;background: #000 url(images/side_bottom.png) no-repeat;}
  14.  
  15. .ogprecent { color: #000;background-color: #FFF;font-family: georgia,"Times New Roman",Times,serif;font-size: 18px;font-weight: bold;height: 22px;margin-bottom: 0;margin-top: 10px;}
  16. .ogp_recent_title { font-size:16px;padding:5px 0 10px;text-align:center;font-weight:bold; height:/*42px*/auto;}
  17. .ogp_recent_title a { /*border: 2px solid #EEEEEE;*/font-size: 14px;text-decoration: none; }
  18. .ogp_recent_text { font-size:12px;line-height:20px;text-align:justify;height:285px;overflow:hidden; }
  19. .ogp_recent_text img { width:100%; min-height:100px !important;max-height:200px !important;}
  20. .ogp_recent_more { font-size:12px;text-align:center; }
  21. .ogp_recent_more a { /*border: 1px solid #ddd;*/font-weight: bold;padding: 0 10px 1px;text-decoration: none; }
  22.  
  23. .ogp_recent-area-top {width:350;height:15px;background: #000 url(images/content_top.png) no-repeat;}
  24. .ogp_recent-area-middle {width:350;background: #000 url(images/content_middle.png) repeat-y;}
  25. .ogp_recent-area-bottom {width:350;height:15px;background: #000 url(images/content_bottom.png) no-repeat;}
  26.  
  27. .ogp_row {float:left;width:654px;text-align: justify;margin:5px 0;}
  28. .ogp_left {float:left;width:325px;}
  29. .ogp_right { float:right;width:325px;}
  30.  
  31. .ogp_padding {padding: 5px 15px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement