Advertisement
cherryprodesign

kepes blogmodul mindenre css

Feb 7th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.31 KB | None | 0 0
  1. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />
  2. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css" />
  3.  
  4. <style type="text/css">
  5. .module[module_id="35209140"] .modtitle{
  6.     display: none;
  7. }
  8. .module[module_id="35209140"] .modbody{
  9.     background-color: transparent;
  10.     margin-bottom: 10px;
  11.     font-size: 13px;
  12.     font-family: 'Open Sans', sans-serif;
  13. }
  14. a{
  15.     text-decoration: none !important;
  16. }
  17. div[id^=post_] h2{
  18.     font-size: 21px !important;
  19.     text-decoration: none;
  20.     font-family: 'Open Sans', sans-serif;
  21.     line-height: 21px;
  22.     font-weight: 400;
  23.     color: #272894;
  24. }
  25. div[id^=post_] .txtmini, div[id^=post_] .blogtags{
  26.     color: #959595 !important;
  27.     font-size: 13px !important;
  28.     font-style: normal !important;
  29.     line-height: 16px;
  30. }
  31. .blogtags{
  32.     margin-top: -22px !important;
  33.     font-size: 11px !important;
  34.     float: right !important;
  35.     left: 120px !important;
  36. }
  37. div[id^=post_] p{
  38.     color: #292929;
  39.     line-height: 22px;
  40.     text-align: justify;
  41. }
  42. .blogmorelink{
  43.     float: left;
  44.     margin-bottom: 0px;
  45. }
  46. .blogmorelink a{
  47.     font-size: 0px;
  48. }
  49. .blogmorelink a:after {
  50.     font-family: FontAwesome, 'Open Sans', sans-serif;
  51.     content: 'Tovább \f061';
  52.     visibility: visible;
  53.     display: inline-block;
  54.     background-color: #f0f0f0;
  55.     padding: 7px;
  56.     margin-left: 0px;
  57.     font-size: 13px;
  58. }
  59. .pageshare{
  60.     float: left;
  61. }
  62. .hozzaszolaslink{
  63.     margin-top: 0px;
  64.     height: auto;
  65.     float: right;
  66.     font-family: 'Open Sans', sans-serif;
  67. }
  68. td.list1{
  69.     font-size: 13px !important;
  70.     font-family: 'Open Sans', sans-serif !important;
  71. }
  72. .kepes{
  73.     background-color: #fff;
  74.     overflow: hidden;
  75.     margin-bottom: 10px;
  76. }
  77. .kepes h2 {
  78.     position: relative;
  79.     left: 165px;
  80.     overflow: hidden;
  81.     width: 380px;
  82.     padding: 5px;
  83. }
  84. .kepes .txtmini, .kepes .blogtags{
  85.     position: relative;
  86.     left: 170px;
  87.     width: 540px;    
  88. }
  89. .kepes .eloblokk{
  90.     padding-left: 170px;
  91.     min-height: 100px;
  92. }
  93. .kepes .blogImage{
  94.     position: absolute;
  95.     margin-top: -65px;
  96.     float: left;
  97.     width: 160px !important;
  98.     height: 160px;
  99.     margin-left: -170px !important;
  100.     z-index: 10;
  101. }  
  102. .datum:before{
  103.     font-family: FontAwesome;
  104.     content: "\f073"; // itt add meg az ikon kódját \  jel után
  105.     padding: 3px;
  106.     margin: 0px 3px;
  107. }
  108. .szerzo:before{
  109.     font-family: FontAwesome;
  110.     content: "\f007";   // itt add meg az ikon kódját \ jel után
  111.     padding: 3px;
  112.     margin: 0px 3px;
  113. }  
  114. .blogtags:before{
  115.     content: '\f02c';
  116.     font-family: FontAwesome;
  117.     padding: 3px;
  118.     margin: 0px 3px;
  119. }  
  120. .blogtags a{
  121.     display: inline-block;
  122.     padding: 5px;
  123.     margin: 0px 3px;
  124.     background-color: #f0f0f0;
  125. }
  126. .bloglapozo{
  127.     clear: both;
  128.     width: 55%;
  129.     margin: auto !important;
  130.     text-align: center;
  131.     margin-top: 50px !important;
  132. }  
  133. .bloglapozo div{
  134.     float: none;
  135. }  
  136. .bloglapozo > div >div {
  137.     padding-top: 8px;
  138.     margin: 0px !important;
  139. }
  140. div[id^=post_] .txtbold{
  141.     left: 370px !important;
  142.     position: relative !important;
  143.     font-size: 0px !important;
  144. display: none;
  145. }  
  146.  
  147. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement