SingularityUtopia

http://transhumanity.net/ UserStyle

Jan 20th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("transhumanity.net")
  3.  
  4. {
  5.  
  6. /*
  7. Singularity Utopia
  8. @2045singularity
  9. 23 Jan 2014
  10. Apply style via... https://userstyles.org/stylish
  11. */
  12.  
  13. .bottomcontainerBox
  14.  
  15. {
  16. border-radius: 3px;
  17. border-color: lightblue !important;
  18. box-shadow: 0px 3px 13px #D3D3D3;
  19. margin-bottom: 30px;
  20. padding: 10px 10px 0px;
  21. height: auto !important;
  22. display: inline-block;
  23. }
  24.  
  25. .post-header .post-title a
  26.  
  27. {
  28. text-shadow: 0px 3px 5px #B3B3B3;
  29. }
  30.  
  31. .post-header .post-title a:hover
  32.  
  33. {
  34. text-shadow:none;
  35. }
  36.  
  37. .single .post-content
  38.  
  39. {
  40. padding: 9% 0px;
  41. }
  42.  
  43. body
  44.  
  45. {
  46. font-size: 19px;
  47. }
  48.  
  49. .post-meta-container
  50.  
  51. {
  52. border-radius: 12px;
  53. }
  54.  
  55. @keyframes transhumantitle, @-webkit-keyframes transhumantitle
  56.  
  57. {
  58. 0% {text-shadow: none;}
  59. 15% {text-shadow: none;}
  60. 25% {text-shadow: none;}
  61. 50% {text-shadow: purple 0px 0px 9px, red 0px 0px 30px, yellow 0px 0px 5px;}
  62. 70% {text-shadow: purple 0px 0px 51px, red 0px 0px 41px, yellow 0px 0px 71px;}
  63. 100% {text-shadow: none;}
  64. }
  65.  
  66. .blog-title a
  67.  
  68. {
  69. text-shadow: none;
  70. animation-name: transhumantitle;
  71. animation-duration: 10s;
  72. animation-timing-function: ease-in-out;
  73. animation-iteration-count: infinite;
  74. transition: all 0.5s ease-in-out;
  75. -webkit-animation-name: transhumantitle;
  76. -webkit-animation-duration: 10s;
  77. -webkit-animation-timing-function: ease-in-out;
  78. -webkit-animation-iteration-count: infinite;
  79. }
  80.  
  81. .blog-title a:hover
  82.  
  83. {
  84. animation: none;
  85. }
  86.  
  87. .featured-media img
  88.  
  89. {
  90. border-radius: 5px;
  91. box-shadow: grey 0px 5px 13px -5px;
  92. transition: all 1.5s ease-in-out;
  93. }
  94.  
  95. .wrapper.section
  96.  
  97. {
  98. padding: 2% 0px 2% 1%;
  99. }
  100.  
  101. .sidebar
  102.  
  103. {
  104. background: #E3E3E3;
  105. border:1px solid lightgrey;
  106. box-shadow: inset white 0px 0px 1px;
  107. }
  108.  
  109. .post-author p, .comment-content p, .comment-form textarea
  110.  
  111. {
  112. font-size:11pt;
  113. }
  114.  
  115. .comment-form textarea
  116.  
  117. {
  118. line-height: 1.5;
  119. }
  120.  
  121. .comment-form textarea:focus
  122.  
  123. {
  124. background: #D1E6DE;
  125. color: black;
  126. border-radius: 9px;
  127. border-color: #ABC7BD !important;
  128. box-shadow: inset white 0px 0px 1px;
  129. }
  130.  
  131. .content .comments
  132.  
  133. {
  134. padding: 10% 2%;
  135. }
  136.  
  137. .comment-respond
  138.  
  139. {
  140. padding: 4%;
  141. }
  142.  
  143. .bottomcontainerBox > div:nth-child(1)
  144.  
  145. {
  146. width: auto !important;
  147. overflow: visible !important;
  148. }
  149.  
  150. }
Add Comment
Please, Sign In to add comment