Advertisement
AngelC

BW//FlogVIP

Mar 25th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.23 KB | None | 0 0
  1. #side {position:fixed;text-align:center;
  2. top:0px;width:17%;padding-top:80px;
  3. bottom:0px;left:0px;
  4. border-right:0px solid #ddd;
  5. background: white;}
  6.  
  7. .tittle1 {color:#454545;
  8.     font-size:15px;
  9.     font-family:calibri;
  10.     text-align:center;
  11.     text-transform:uppercase;
  12.     letter-spacing:1px;}
  13.  
  14. #side img {background:none;
  15.     width:auto;
  16.     border:0px solid #ddd;
  17.     padding:5px;}
  18.  
  19. .desc {width:160px;
  20.     background:#f4f4f4;
  21.     margin-top:8px;
  22.     margin-bottom:8px;
  23.     padding:8px;
  24.     text-align:center;
  25.     line-height:100%;
  26.     font-family:calibri;
  27.     font-size:11px;
  28.     color:#454545;}
  29.  
  30. #side-top {width:100%;position:fixed;left:0;top:0px;height:30px;
  31. background-image:url('http://25.media.tumblr.com/tumblr_m0g3ybPmqj1r6uwfxo5_100.png');
  32. border-bottom:5px solid #ffffff;}
  33.  
  34. .text-top {color:#ffffff; font: 10px Courier;
  35. text-transform: uppercase;letter-spacing: 2px;
  36. text-align:center; margin-top:10px;left:50;}
  37.  
  38. .text-top a {color:#ffffff;}
  39. .text-top a:hover {background:#454545;}
  40.  
  41. body {body-align: center;margin-left:190px;
  42. width: 85%;margin-top:40px;}
  43.  
  44. s {color: #454545;
  45. TEXT-DECORATION: none;
  46. cursor: crosshair;}
  47.  
  48. b {font-weight: bold;}
  49.  
  50. a img {-webkit-filter: blur(1px); grayscale(100%);
  51. -moz-transition:all 0.3s ease-out; opacity: all 0.3s ease-out;
  52. border: 2px solid #ffffff;padding:0px;}
  53.  
  54. a:hover img{-webkit-filter:grayscale(100%) blur(0px);
  55. -webkit-transition:All 1s ease;-moz-transition:All 1s ease;
  56. -o-transition:All 1s ease;}a img{-webkit-filter:grayscale(100%) blur(1px);
  57. -webkit-transition:All 1s ease;
  58. -moz-transition:All 1s ease;-o-transition:All 1s ease;}
  59.  
  60. img {
  61. margin:0px;
  62. padding:8px;
  63. border: 1px solid #ececec;
  64. background:white;}
  65.  
  66. a:link, a:active, a:visited{
  67. font-size:9px; font-family: courier;
  68. letter-spacing: 1px;
  69. TEXT-DECORATION: none; text-transform: uppercase;
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. -webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;}
  74.  
  75. a:hover {
  76. background: #ececec;
  77. text-decoration:none;
  78. -webkit-transition: all 0.5s ease-out;
  79. -moz-transition: all 0.5s ease-out;
  80. -webkit-transition: all 0.5s ease-out;
  81. -moz-transition: all 0.5s ease-out;}
  82.  
  83. .titulo_post {margin-bottom: -5px; font-size: 20px;
  84. font-family: georgia;letter-spacing: -1pt;}
  85.  
  86. .titulo {font: normal 10px georgia; color: #454545;
  87. text-shadow: 1px 1px 0px #ccc, 1px 1px 0px #ccc; margin-top: 1px;
  88. text-transform:uppercase;letter-spacing: 4px;}
  89.  
  90. .post {
  91. padding:10px;
  92. text-align: justify;
  93. width: 420px;}
  94.  
  95. .xoxo {
  96. font: 10px consolas;
  97. letter-spacing:0.5px;
  98. width: 140px;
  99. padding: 4px;
  100. line-height: 11px;
  101. margin-bottom:15px;
  102. text-align: center;
  103. background:white;
  104. border: 1px dashed #e6e6e6;}
  105.  
  106. .xoxo img {
  107. width: 12px;
  108. padding: 2px;}
  109.  
  110. .comentarios {
  111. color: #; background: transparent;
  112. padding: 10px; border: 0px dotted #;
  113. margin: 3px;width: 480px;}
  114.  
  115. input, textarea {color: #AAAAAA;
  116. font: normal 11px verdana;
  117. margin: 1px;padding: 2px;
  118. border: 1px dashed #d9d9d9;
  119. background: white;}
  120.  
  121. .subtitulo {letter-spacing: -3px;padding: 7px; font-family: 'arial'; width: 90px;
  122. font-size: 24px; color: #000000; font-weight: bold; font-style: none;
  123. text-transform: lowercase;line-height: 12px;}
  124.  
  125. #barra {display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement