Advertisement
cro-bat

Cro's Minimalist Profile

Jul 24th, 2016
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.23 KB | None | 0 0
  1. /**TEMPLATE BY CRO
  2. http://crovilla.tumblr.com/
  3. If you have any questions, feel free to ask.
  4. **/
  5.  
  6. .content{
  7. background:url("http://i.imgur.com/Yh0ZK9h.jpg") !important;
  8. color:#5e5e5e;
  9. }
  10.  
  11. b, strong{
  12. font-weight:normal;
  13. color:#000;
  14. }
  15.  
  16. .content a{
  17. color:#ca0000;
  18. }
  19.  
  20. .clearfix h1{
  21. color:#ca0000;
  22. font:14px;
  23. text-transform:uppercase;
  24. text-align:center;
  25. padding-top:150px;
  26. }
  27.  
  28. /**User Data Bar**/
  29. .village-shield col-xs-3 img {
  30. margin-top: -340px;
  31. margin-left:265px;
  32. opacity: 0.5;
  33. filter: alpha(opacity=50);
  34. }
  35.  
  36. .village-shield col-xs-3 img:hover {
  37. opacity: 0.8;
  38. filter: alpha(opacity=80);
  39. }
  40.  
  41.  
  42. .user-links{
  43. position:absolute;
  44. margin-top:auto;
  45. margin-left:-106px;
  46. width:600px;
  47. text-align:center;
  48. }
  49.  
  50. .row col-xs-9 {
  51. background:none;
  52. padding-bottom:4px;
  53. margin-left:-30px;
  54. margin-top:-10px;
  55. }
  56.  
  57. .col-xs-7{
  58. width:200px;
  59. text-align:right;
  60. }
  61.  
  62. .content .col-xs-5{
  63. font-size:10px;
  64. line-height:11px;
  65. text-transform:lowercase;
  66. }
  67.  
  68. h4{
  69. font-weight:normal;
  70. font-size:10px;
  71. color:#5e5e5e;
  72. text-transform:lowercase;
  73. }
  74.  
  75. .user-data clearfix{
  76. padding-top:10px;
  77. background:rgba(255, 255, 255, 0.5) !important;
  78. }
  79.  
  80. .user-data p{
  81. font-size:10px;
  82. line-height:11px;
  83. text-transform:lowercase;
  84. }
  85.  
  86. /**Profile Description**/
  87. .user-desc h3{
  88. display:none;
  89. }
  90.  
  91. .user-desc strong{
  92. font-weight:normal;
  93. color:#000;
  94. }
  95.  
  96. .user-desc{
  97. width:423px !important;
  98. margin: auto;
  99. }
  100.  
  101. .user-desc a, .villager-name a, .user-comment a{
  102. font-weight:normal;
  103. }
  104.  
  105. .user-desc .profanity-filter{
  106. background:none;
  107. padding-top:3px;
  108. padding-bottom:10px;
  109. font-size:14px;
  110. line-height:18px;
  111. margin-top:-3px;
  112. }
  113.  
  114.  
  115. /**Header for Villagers and Comments**/
  116. h2 {
  117. color:#5e5e5e !important;
  118. background:none;
  119. font-size:18px;
  120. text-transform:uppercase;
  121. text-align:center;
  122. width:700px;
  123. margin-left:auto !important;
  124. margin-right:auto !important;
  125. padding-top:3px;
  126. }
  127.  
  128. .counter{
  129. border:none;
  130. }
  131.  
  132.  
  133. /**Villagers**/
  134. .villagers-list clearfix {
  135. background:rgba(255, 255, 255, 0.5);
  136. padding-top:20px;
  137. margin-top:-20px;
  138. }
  139.  
  140. .villagers-list img{
  141. opacity: 0.7;
  142. filter: alpha(opacity=70);
  143. height:60px;
  144. width:60px;
  145. border-radius:50%;
  146. margin-bottom:-100px;
  147.  
  148. }
  149.  
  150. .villagers-list img:hover{
  151. opacity: 0.9;
  152. filter: alpha(opacity=90);
  153. }
  154.  
  155. /**Comments Text Box**/
  156. .textarea{
  157. color:#000;
  158. background:rgba(255, 255, 255, 0.5) !important;
  159. margin-top:-20px;
  160. }
  161.  
  162.  
  163. /**Users' Comments**/
  164. .user-avatar-wrapper{
  165. width:50px !important;
  166. margin-right:15px;
  167. margin-left:22px;
  168. }
  169.  
  170. .user-avatar-wrapper img{
  171. width:100%;
  172. }
  173.  
  174. .user-comments .user-comment{
  175. background:rgba(255, 255, 255, 0.5) !important;
  176. }
  177.  
  178. .user-comments .user-comment .footer{
  179. color:#111
  180. font-size:10px;
  181. }
  182.  
  183. .user-comments .user-comment .footer a{
  184. color:#ca0000;
  185. }
  186.  
  187. .report-comment{
  188. color:#5e5e5e !important;
  189. font-style:italics;
  190. }
  191.  
  192. .btn {
  193. background:none !important;
  194. color:#ca0000 !important;
  195. text-shadow:none;
  196. }
  197.  
  198. .btn:hover {
  199. color:#ca0000!important;
  200. background:none;
  201. }
  202.  
  203.  
  204. /**Comments Pagination**/
  205. .pagination a{
  206. color:#ca0000 !important;
  207. border:0px !important;
  208. }
  209.  
  210. .active span {
  211. z-index:3;
  212. background-color:#ca0000 !important;
  213. border:#ca0000 !important;
  214. }
  215.  
  216.  
  217. /**Right Sidebar**/
  218. .widget-header {
  219. border:0px;
  220. }
  221.  
  222. .widget-content img{
  223.     opacity: 0.4;
  224.     filter: alpha(opacity=40);
  225. }
  226.  
  227. .widget-content img:hover{
  228. opacity: 0.7;
  229. filter: alpha(opacity=70);
  230. }
  231.  
  232. .widget-header h3 {
  233. color:#5e5e5e;
  234. font-size:16px;
  235. background:none;
  236. text-transform:uppercase;
  237. font-weight:normal;
  238. text-align:center;
  239. text-shadow:none;
  240. }
  241.  
  242. .user-info h4 {
  243. color:#5e5e5e !important;
  244. font-weight:normal;
  245. }
  246.  
  247. .user-info strong, .user-info a {
  248. font-weight:normal;
  249. }
  250.  
  251. .btn-link {
  252. color:#ca0000!important;
  253. }
  254.  
  255. .btn-link:hover {
  256. color:#ca0000!important;
  257. }
  258.  
  259. .forum-posts li{
  260. background:transparent !important;
  261. }
  262.  
  263. .forum-posts p {
  264. color:#5e5e5e !important;
  265. }
  266.  
  267. .forum-posts p a {
  268. color:#5e5e5e !important;
  269. }
  270.  
  271. .forum-posts a{
  272. font-weight:normal;
  273. }
  274.  
  275. /**Notifications**/
  276. .table tr:nth-child(even) td {
  277. background:rgba(255, 255, 255, 0.5) !important;
  278. border-bottom:0px}
  279.  
  280. .table tr:nth-child(odd) td {
  281. background:rgba(255, 255, 255, 0.5) !important;
  282. border-bottom:0px }
  283.  
  284. .table tr:hover td {
  285. background:rgba(255, 255, 255, 0.5) !important;
  286. border-bottom:0px;
  287. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement