Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700,700italic&subset=latin,latin-ext);
  2.  
  3. /* Style Header */
  4.  
  5. .page_body {
  6. width: 1200px;
  7. margin: 0 -120px;
  8. background-color: white;
  9. }
  10.  
  11. .padded_page_body {
  12. width: 1220px;
  13. margin: 0 auto;
  14. background-color: white;
  15. }
  16.  
  17. .content {
  18. width: inherit;
  19. }
  20.  
  21. /* Style Home */
  22.  
  23. .center_side {
  24. width: inherit;
  25. }
  26.  
  27. /* Style Articol */
  28.  
  29. .isArticlePage .center_side {
  30. width: inherit;
  31. display: inline-block;
  32. }
  33.  
  34. .center {
  35. width: 720px;
  36. float: left;
  37. }
  38.  
  39. .articol_render h1.title {
  40. font-size: 32px;
  41. font-family: "Open Sans", Arial, Helvetica;
  42. font-weight: 300;
  43. }
  44.  
  45. div#articleContent {
  46. font-family: "Open Sans", Arial, Helvetica;
  47. line-height: 1.5em;
  48. font-size: 14px ;
  49. }
  50.  
  51. /* No Ads Block Fix */
  52.  
  53. .leatherboard {
  54. display: none;
  55. }
  56.  
  57. .sub_menu {
  58. display: none;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement