Advertisement
mebuckner

Base Blog

Nov 20th, 2020
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.39 KB | None | 0 0
  1. <!--example post-->
  2. <h1>Header One</h1>
  3.  
  4. <h2>Header Two</h2>
  5.  
  6. <h3>Header Three</h3>
  7.  
  8. <blockquote>blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote</blockquote>
  9. <b>bold</b> <i>italics</i> <em>em</em> <strong>strong</strong> <a href="/">link</a>
  10.  
  11.  
  12. <!--STYLESHEET-->
  13. <style type="text/css">
  14.     @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
  15.  
  16. body {
  17.     background:#fff;
  18.     background-size:cover;
  19.     background-attachment:fixed;
  20.     background-repeat:repeat;
  21.     background-position:center;
  22.     margin-top:-150px;
  23.     background-image:url('https://i.imgur.com/ocp3kfM.png');
  24. }        
  25.  
  26. table, tr, td, li, p, div {
  27.     font: 12px 'Playfair Display';  
  28.     font-weight: 400;  
  29.     color: #848484;    
  30.     line-height: 11px;    
  31.     font-family: Playfair Display;    
  32.     font-size: 12px;    
  33.     color: #000;
  34. }  
  35.  
  36. .main {
  37.     width:600px!important;
  38.     background:#fff!important;
  39.     border:3px double #303030!important;
  40.     margin-top:46px;
  41.     margin-left:0px;
  42. }      
  43.  
  44. .blog {
  45.     font-family: 'Spectral SC', serif;
  46.     color: #fff!important;
  47.     text-align:justify;
  48.     width:600px!important;
  49.     background:#fff!important;
  50.     margin-left:-10px;
  51. }      
  52.  
  53. .txt_label, .txt_label a, .txt_label b, .txt_label p {
  54.     font-size:0px!important;
  55. }    
  56.  
  57. input[type="radio"] {
  58.     display:none;
  59. }  
  60.  
  61. body[Attributes Style] {
  62.     background:#fff;
  63. }  
  64.  
  65. .top_nav_black {
  66.     display:none;
  67. }
  68.  
  69. .blogContent{
  70.     font-family: 'Spectral SC', serif;
  71.     color:#fff;
  72. }
  73.  
  74. .blogContentInfo{
  75.     display:none !important;
  76.     visibility:hidden!important;
  77. }
  78.  
  79. .profile {
  80.     display:none !important;
  81.     visibility:hidden!important;
  82. }
  83.  
  84. .nav, .spacer, .googleafc, .commentspacer, hr {
  85.     display: none!important;
  86. }
  87.  
  88. images/spacer.gif{
  89.     display:none !important;
  90.     visibility:hidden!important;
  91. }
  92.  
  93. .st_sharethis_hcount, .st_facebook_hcount, .st_twitter_hcount, .st_pinterest_hcount  {
  94.     display:none !important;
  95.     visibility:hidden!important;
  96. }
  97.  
  98. #IL_IF_RIGHT, .IL_BASE {
  99.     display:none !important;
  100.     visibility:hidden!important;
  101. }
  102.  
  103. #ctl00_cpMain_AdLeaderBoard_Img1 {
  104.     display:none;
  105. }
  106.  
  107. .blogTimeStamp {
  108.     display:none;
  109. }        
  110. </style>
  111.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement