Advertisement
Guest User

DDMIX OSCURO BY LATT

a guest
Aug 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. html {
  2. background: #333;
  3. color: #1785dd;
  4. }
  5.  
  6. #main-nav {
  7. background: -webkit-linear-gradient(#0055cc, #333);
  8. }
  9.  
  10. #main-nav .menu>li>a {
  11. float: left;
  12. position: relative;
  13. color: #888;
  14. padding: 0px 11.6px 0px 11.6px;
  15. line-height: 40px;
  16. font-family: "Open Sans",sans-serif;
  17. letter-spacing: -0.006em;
  18. }
  19.  
  20. input, textarea, select, button, .btn {
  21. display: inline-block;
  22. padding: 4px;
  23. margin: 0;
  24. outline: none;
  25. background-color: #333;
  26. border: 1px solid #555;
  27. -webkit-border-radius: 3px;
  28. border-radius: 3px;
  29. outline: none;
  30. }
  31.  
  32. .login-submit .button-primary, button, .btn {
  33. cursor: pointer;
  34. width: auto;
  35. text-align: center;
  36. font-weight: bold;
  37. padding: 4px 12px;
  38. background-color: #F5F5F5;
  39. background-image: -khtml-gradient(linear,left top,left bottom,from(#F9F9F9),to(#F0F0F0));
  40. background-image: -moz-linear-gradient(#F9F9F9,#F0F0F0);
  41. background-image: -ms-linear-gradient(#F9F9F9,#F0F0F0);
  42. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F9F9F9),color-stop(100%,#E5E5E5));
  43. background-image: -webkit-linear-gradient(#F9F9F9,#F0F0F0);
  44. background-image: -o-linear-gradient(#F9F9F9,#F0F0F0);
  45. background-image: linear-gradient(#333,#555);
  46. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  47. box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  48. }
  49.  
  50. .widget-title {
  51. border-bottom: 2px solid #1785dd;
  52. margin: 0;
  53. font-size: 15px;
  54. font-family: "Open Sans",sans-serif;
  55. font-weight: bold;
  56. letter-spacing: -0.025em;
  57. }
  58.  
  59. .widget-header {
  60. border-bottom: 1px solid rgb(60, 90, 113);
  61. text-transform: uppercase;
  62. margin: 0 0 8px;
  63. }
  64.  
  65. .widget-comments li {
  66. background: url(images/blt-comment.png) no-repeat 0 11px;
  67. padding: 5px 0 5px 16px;
  68. overflow: hidden;
  69. }
  70.  
  71. .swa-activity-list .swa-activity-content {
  72. border-bottom: 1px solid #1c97f9;
  73. margin-bottom: 3px;
  74. padding-top: 2px;
  75. margin-top: 3px;
  76. }
  77.  
  78.  
  79. .widget li {
  80. padding: 4px 0 19px 12px;
  81. border-bottom: 1px solid #1c97f9;
  82. position: relative;
  83. top: -1px;
  84. }
  85.  
  86. .widget-comments .excerpt {
  87. display: block;
  88. color: #888;
  89. margin: 0;
  90. }
  91.  
  92. .loop-nav {
  93. border-top: 2px solid #0055cc;
  94. }
  95.  
  96. .loop-nav-inner {
  97. border-top: 1px solid #333;
  98. padding: 20px 0;
  99. margin-bottom: -20px;
  100. }
  101.  
  102. .pag-nav a, .pag-nav span {
  103. color: #1785dd;
  104. margin: 0 2px;
  105. -webkit-border-radius: 3px;
  106. border-radius: 3px;
  107. display: inline-block;
  108. padding: 6px 10px;
  109. background-color: #888;
  110. background-image: -ms-linear-gradient(top,#EEE,#E7E7E7);
  111. background-image: -moz-linear-gradient(top,#EEE,#E7E7E7);
  112. background-image: -o-linear-gradient(top,#EEE,#E7E7E7);
  113. background-image: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
  114. background-image: -webkit-linear-gradient(top,#0055cc,#333);
  115. background-image: linear-gradient(top,#EEE,#E7E7E7);
  116. -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 1px rgba(0,0,0,.1);
  117. box-shadow: inset 0 1px 0 #333, 0 1px 1px rgba(0,0,0,.1);
  118. }
  119.  
  120. .pag-nav .current {
  121. margin: 0 2px;
  122. -webkit-border-radius: 3px;
  123. border-radius: 3px;
  124. display: inline-block;
  125. padding: 6px 10px;
  126. background-color: #0055cc;
  127. background-image: -ms-linear-gradient(top,#EEE,#E7E7E7);
  128. background-image: -moz-linear-gradient(top,#EEE,#E7E7E7);
  129. background-image: -o-linear-gradient(top,#EEE,#E7E7E7);
  130. background-image: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
  131. background-image: -webkit-linear-gradient(top,#0055cc,#999);
  132. background-image: linear-gradient(top,#EEE,#E7E7E7);
  133. -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 1px rgba(0,0,0,.1);
  134. box-shadow: inset 0 1px 0 #0055cc, 0 1px 1px rgba(0,0,0,.1);
  135. }
  136.  
  137.  
  138. #buddypress form#whats-new-form textarea {
  139. background: #555;
  140. color: #555;
  141. font-family: inherit;
  142. font-size: small;
  143. height: 20px;
  144. padding: 6px;
  145. width: 98%;
  146. }
  147.  
  148. #buddypress ul.item-list {
  149. border-top: 1px solid #555;
  150. width: 100%;
  151. list-style: none;
  152. clear: both;
  153. margin: 0;
  154. padding: 0;
  155. }
  156.  
  157. #buddypress ul.item-list li {
  158. border-bottom: 1px solid #555;
  159. padding: 10px 0;
  160. margin: 0;
  161. position: relative;
  162. list-style: none;
  163. }
  164.  
  165. #buddypress div.activity-comments ul li {
  166. border-top: 1px solid #aaa;
  167. padding: 10px 0 0;
  168. }
  169.  
  170.  
  171.  
  172.  
  173. a {
  174. color: #1c97f9;
  175. text-decoration: none;
  176. outline: 0;
  177. -webkit-transition: background-color .15s linear,color .15s linear;
  178. -moz-transition: background-color .15s linear,color .15s linear;
  179. -o-transition: background-color .15s linear,color .15s linear;
  180. -ms-transition: background-color .15s linear,color .15s linear;
  181. transition: background-color .15s linear,color .15s linear;
  182. }
  183.  
  184.  
  185.  
  186.  
  187. html {
  188. background: #333;
  189. color: #888;
  190. }
  191.  
  192.  
  193.  
  194. #buddypress a.activity-time-since {
  195. color: #4a4a4a;
  196. text-decoration: none;
  197. }
  198.  
  199.  
  200. #buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header {
  201. color: #4a4a4a;
  202. line-height: 0%;
  203. }
  204.  
  205. #buddypress div.activity-comments div.acomment-meta {
  206. color: #376690;
  207. font-size: 88%;
  208. }
  209.  
  210.  
  211. #buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button {
  212. background: #333;
  213. border: 1px solid #555;
  214. color: #888;
  215. font-size: small;
  216. cursor: pointer;
  217. outline: 0;
  218. padding: 3px 10px;
  219. text-align: center;
  220. text-decoration: none;
  221. }
  222.  
  223. #buddypress #reply-title small a span, #buddypress a.bp-primary-action span {
  224. background: #999;
  225. color: #333;
  226. font-size: 11px;
  227. font-weight: bold;
  228. margin-left: 2px;
  229. padding: 0 5px;
  230. border-radius: 3px;
  231. }
  232.  
  233. #buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest {
  234. background: #555;
  235. font-size: 110%;
  236. margin: 15px 0;
  237. padding: 10px 15px;
  238. text-align: center;
  239. }
  240.  
  241. #buddypress .activity-list li.load-more a, #buddypress .activity-list li.load-newest a {
  242. color: #aaa;
  243. }
  244.  
  245.  
  246. #account-nav .dropdown-handle .avatar {
  247. width: 25px;
  248. height: 25px;
  249. padding: 1px;
  250. border: 1px solid #51a351;
  251. background: #51a351;
  252. -webkit-border-radius: 3px;
  253. border-radius: 3px;
  254. vertical-align: middle;
  255. float: left;
  256. margin-right: 4px;
  257. }
  258.  
  259.  
  260. #buddypress form#whats-new-form textarea {
  261. background: #555;
  262. color: #888;
  263. font-family: inherit;
  264. font-size: small;
  265. height: 20px;
  266. padding: 6px;
  267. width: 98%;
  268. }
  269.  
  270. #headline .inner {
  271. border-bottom: 2px solid #555;
  272. }
  273.  
  274. #headline {
  275. margin: 0 0 12px;
  276. position: relative;
  277. z-index: 5;
  278. border-bottom: 1px solid #888;
  279. }
  280.  
  281.  
  282. .widget-single-post-stats .views, .widget-single-post-stats .comments, .widget-single-post-stats .likes {
  283. width: 97px;
  284. border-left: 1px solid #FFF;
  285. border-right: 2px solid #555;
  286. display: inline-block;
  287. float: left;
  288. text-align: center;
  289. line-height: 1.25;
  290. }
  291.  
  292.  
  293. .widget-single-post-stats .views, .widget-single-post-stats .comments, .widget-single-post-stats .likes {
  294. width: 97px;
  295. border-left: 1px solid #888;
  296. border-right: 2px solid #555;
  297. display: inline-block;
  298. float: left;
  299. text-align: center;
  300. line-height: 1.25;
  301. }
  302.  
  303. .section-title2 {
  304. display: block;
  305. border-bottom: 2px solid #555;
  306. font-size: 15px;
  307. font-family: "Open Sans",sans-serif;
  308. padding-bottom: 6px;
  309. margin-top: 10px;
  310. letter-spacing: -0.025em;
  311. }
  312.  
  313. .section-title {
  314. display: block;
  315. border-bottom: 2px solid #555;
  316. font-size: 15px;
  317. font-family: "Open Sans",sans-serif;
  318. padding-bottom: 6px;
  319. margin-top: 10px;
  320. letter-spacing: -0.025em;
  321. }
  322.  
  323.  
  324. .comment-div {
  325. border-bottom: 1px solid #555;
  326. padding: 5px 0px 5px;
  327. }
  328.  
  329. .comment-list {
  330. border-bottom: 1px solid #333;
  331. margin: -5px 0 0;
  332. }
  333.  
  334.  
  335. input, textarea, select, button, .btn {
  336. display: inline-block;
  337. padding: 4px;
  338. margin: 0;
  339. outline: none;
  340. background-color: #aaa;
  341. border: 1px solid #0055cc;
  342. -webkit-border-radius: 3px;
  343. border-radius: 3px;
  344. outline: none;
  345. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement