Advertisement
cherryprodesign

kepes blogmodul css

Feb 7th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.91 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: -7px;
  33. }
  34. div[id^=post_] p{
  35.     color: #292929;
  36.     line-height: 22px;
  37.     text-align: justify;
  38. }
  39. .blogmorelink{
  40.     float: left;
  41.     margin-bottom: 0px;
  42. }
  43. .blogmorelink a{
  44.     font-size: 0px;
  45. }
  46. .blogmorelink a:after {
  47.     font-family: FontAwesome, 'Open Sans', sans-serif;
  48.     content: 'Tovább \f061';
  49.     visibility: visible;
  50.     display: inline-block;
  51.     background-color: #f0f0f0;
  52.     padding: 7px;
  53.     margin-left: 0px;
  54.     font-size: 13px;
  55. }
  56. .pageshare{
  57.     float: left;
  58. }
  59. .hozzaszolaslink{
  60.     margin-top: 0px;
  61.     height: auto;
  62.     float: right;
  63.     font-family: 'Open Sans', sans-serif;
  64. }
  65. td.list1{
  66.     font-size: 13px !important;
  67.     font-family: 'Open Sans', sans-serif !important;
  68. }
  69. .kepes{
  70.     background-color: #fff;
  71.     overflow: hidden;
  72.     margin-bottom: 10px;
  73. }
  74. .kepes h2 {
  75.     position: relative;
  76.     left: 165px;
  77.     overflow: hidden;
  78.     width: 380px;
  79.     padding: 5px;
  80. }
  81. .kepes .txtmini, .kepes .blogtags{
  82.     position: relative;
  83.     left: 170px;
  84.     width: 540px;    
  85. }
  86. .kepes .eloblokk{
  87.     padding-left: 170px;
  88.     min-height: 100px;
  89. }
  90. .kepes .blogImage{
  91.     position: absolute;
  92.     margin-top: -65px;
  93.     float: left;
  94.     width: 160px !important;
  95.     height: 160px;
  96.     margin-left: -170px !important;
  97.     z-index: 10;
  98. }  
  99. .datum:before{
  100.     font-family: FontAwesome;
  101.     content: "\f073"; // itt add meg az ikon kódját \  jel után
  102.     padding: 3px;
  103.     margin: 0px 3px;
  104. }
  105. .szerzo:before{
  106.     font-family: FontAwesome;
  107.     content: "\f007";   // itt add meg az ikon kódját \ jel után
  108.     padding: 3px;
  109.     margin: 0px 3px;
  110. }  
  111. .blogtags:before{
  112.     content: '\f02c';
  113.     font-family: FontAwesome;
  114.     padding: 3px;
  115.     margin: 0px 3px;
  116. }  
  117. .blogtags a{
  118.     display: inline-block;
  119.     padding: 5px;
  120.     margin: 0px 3px;
  121.     background-color: #f0f0f0;
  122. }
  123. .bloglapozo{
  124.     clear: both;
  125.     width: 55%;
  126.     margin: auto !important;
  127.     text-align: center;
  128.     margin-top: 50px !important;
  129. }  
  130. .bloglapozo div{
  131.     float: none;
  132. }  
  133. .bloglapozo > div >div {
  134.     padding-top: 8px;
  135.     margin: 0px !important;
  136. }  
  137. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement