Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. /* ----- FONTS ----- */
  2.  
  3. /* latin-ext */
  4. @font-face {
  5. font-family: 'Lato';
  6. font-style: normal;
  7. font-weight: 400;
  8. src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  9. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  10. }
  11. /* latin */
  12. @font-face {
  13. font-family: 'Lato';
  14. font-style: normal;
  15. font-weight: 400;
  16. src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  17. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  18. }
  19. /* latin */
  20. @font-face {
  21. font-family: 'Quicksand';
  22. font-style: normal;
  23. font-weight: 400;
  24. src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v5/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  25. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  26. }
  27.  
  28. /* ----- BODY ----- */
  29.  
  30. body { font-family: Lato; background: #fff url() repeat fixed; }
  31.  
  32. a, a:link, a:hover, a:visited, a:active { text-decoration: none; color: #777; -webkit-transition: all 0.4s ease-in-out;
  33. -moz-transition: all 0.4s ease-in-out;
  34. -ms-transition: all 0.4s ease-in-out;
  35. -o-transition: all 0.4s ease-in-out;
  36. transition: all 0.4s ease-in-out; }
  37.  
  38. a:hover { color: #ff4601; text-decoration: none; -webkit-transition: all 0.4s ease-in-out;
  39. -moz-transition: all 0.4s ease-in-out;
  40. -ms-transition: all 0.4s ease-in-out;
  41. -o-transition: all 0.4s ease-in-out;
  42. transition: all 0.4s ease-in-out; }
  43.  
  44. blockquote { padding: 10px; font-style: italic; color: #555; border-bottom: 10px solid #aaa; }
  45.  
  46. /* ---- CONTENT ---- */
  47.  
  48. #content { margin: 0 auto; width: 50%; margin-top: 20px; }
  49.  
  50. ul.entry-interaction-links.text-links { text-align: center; padding-bottom: 10px; text-transform: lowercase; font-size: 1px; color: #fff;}
  51.  
  52. ul.entry-management-links.icon-links { text-align: center; opacity: 0}
  53.  
  54. /* ---- PRIMARY ---- */
  55.  
  56. #primary { margin: 0 auto; }
  57.  
  58. #primary > .inner { margin-top: 30px; }
  59.  
  60. .entry { background: #ffffff; }
  61.  
  62. .entry-title { font-size: 25px; text-transform: uppercase; color: #ff4601; font-family: Quicksand; letter-spacing: 1px; -webkit-transition: all 0.4s ease-in-out;
  63. -moz-transition: all 0.4s ease-in-out;
  64. -ms-transition: all 0.4s ease-in-out;
  65. -o-transition: all 0.4s ease-in-out;
  66. transition: all 0.4s ease-in-out; }
  67.  
  68. .entry-title a { color: #ff4601; -webkit-transition: all 0.4s ease-in-out;
  69. -moz-transition: all 0.4s ease-in-out;
  70. -ms-transition: all 0.4s ease-in-out;
  71. -o-transition: all 0.4s ease-in-out;
  72. transition: all 0.4s ease-in-out; }
  73.  
  74. .entry-title a:hover { color: #ff4601; -webkit-transition: all 0.4s ease-in-out;
  75. -moz-transition: all 0.4s ease-in-out;
  76. -ms-transition: all 0.4s ease-in-out;
  77. -o-transition: all 0.4s ease-in-out;
  78. transition: all 0.4s ease-in-out; }
  79.  
  80. .datetime a, .datetime { text-transform: uppercase; font-size: 1px; color: #fff; margin-top: -1px !important; }
  81.  
  82. .datetime a:hover { color: #fff !important; }
  83.  
  84. .header { padding: 5px; text-align: center; }
  85.  
  86. .entry-content { padding: 15px; color: #333; font-size: 16px; line-height: 1.6em; }
  87.  
  88. .entry-content:first-letter { font-size: 50px; background-color: #ff4601; border: 3px double #fff; color: #fff; padding: 10px; padding-top: 15px; padding-bottom: 15px; margin: 5px; margin-bottom: 1px; float: left; }
  89.  
  90.  
  91. /* ---- SECONDARY ---- */
  92.  
  93. #secondary { margin-left: 20%; }
  94.  
  95. #secondary > .inner { margin: 0 auto; }
  96.  
  97. h2.module-header { text-align: center; text-transform: uppercase; padding-bottom: 10px; color: #ff4601; font-size: 30px; font-family: Quicksand; }
  98.  
  99. ul.module-list { display: inline; padding-top: 5px; padding: 10px; }
  100.  
  101. li.module-list-item { display: inline; margin: 5px; text-transform: lowercase; padding: 5px; padding-left: 10px; padding-right: 10px; border-radius: 50px; background-color: #fff; border: 1px solid #e1e1e1; -webkit-transition: all 0.4s ease-in-out;
  102. -moz-transition: all 0.4s ease-in-out;
  103. -ms-transition: all 0.4s ease-in-out;
  104. -o-transition: all 0.4s ease-in-out;
  105. transition: all 0.4s ease-in-out; }
  106.  
  107. li.module-list-item:hover { background-color: #ff4601; border: 1px solid #ff4601; color: #fff !important; -webkit-transition: all 0.4s ease-in-out;
  108. -moz-transition: all 0.4s ease-in-out;
  109. -ms-transition: all 0.4s ease-in-out;
  110. -o-transition: all 0.4s ease-in-out;
  111. transition: all 0.4s ease-in-out; }
  112.  
  113. li.module-list-item a { -webkit-transition: all 0.4s ease-in-out;
  114. -moz-transition: all 0.4s ease-in-out;
  115. -ms-transition: all 0.4s ease-in-out;
  116. -o-transition: all 0.4s ease-in-out;
  117. transition: all 0.4s ease-in-out; }
  118.  
  119. li.module-list-item a:hover { color: #fff !important; -webkit-transition: all 0.4s ease-in-out;
  120. -moz-transition: all 0.4s ease-in-out;
  121. -ms-transition: all 0.4s ease-in-out;
  122. -o-transition: all 0.4s ease-in-out;
  123. transition: all 0.4s ease-in-out; }
  124.  
  125. .module { display: inline-block; }
  126.  
  127. .module-userprofile.module { vertical-align: middle; }
  128.  
  129. .userpic img { border-radius: 100%; }
  130.  
  131. /* ---- FOOTER ---- */
  132.  
  133. li.page-back { display: inline; margin: 0px; text-transform: lowercase; font-size: 1px; color: #fff; padding: 5px; padding-left: 10px; padding-right: 10px; border-radius: 50px; background-color: #fff; border: 0px solid #e1e1e1; -webkit-transition: all 0.4s ease-in-out;
  134. -moz-transition: all 0.4s ease-in-out;
  135. -ms-transition: all 0.4s ease-in-out;
  136. -o-transition: all 0.4s ease-in-out;
  137. transition: all 0.4s ease-in-out; }
  138.  
  139. li.page-back:hover { background-color: #fff; border: 1px solid #fff; color: #fff !important; -webkit-transition: all 0.4s ease-in-out;
  140. -moz-transition: all 0.4s ease-in-out;
  141. -ms-transition: all 0.4s ease-in-out;
  142. -o-transition: all 0.4s ease-in-out;
  143. transition: all 0.4s ease-in-out; }
  144.  
  145. li.page-back a:hover { color: #fff !important; -webkit-transition: all 0.4s ease-in-out;
  146. -moz-transition: all 0.4s ease-in-out;
  147. -ms-transition: all 0.4s ease-in-out;
  148. -o-transition: all 0.4s ease-in-out;
  149. transition: all 0.4s ease-in-out; }
  150.  
  151. li.page-forward { display: inline; margin: 5px; text-transform: lowercase; padding: 5px; padding-left: 10px; padding-right: 10px; border-radius: 50px; background-color: #fff; border: 1px solid #e1e1e1; -webkit-transition: all 0.4s ease-in-out;
  152. -moz-transition: all 0.4s ease-in-out;
  153. -ms-transition: all 0.4s ease-in-out;
  154. -o-transition: all 0.4s ease-in-out;
  155. transition: all 0.4s ease-in-out; }
  156.  
  157. li.page-forward:hover { background-color: #ff4601; border: 1px solid #ff4601; color: #fff !important; -webkit-transition: all 0.4s ease-in-out;
  158. -moz-transition: all 0.4s ease-in-out;
  159. -ms-transition: all 0.4s ease-in-out;
  160. -o-transition: all 0.4s ease-in-out;
  161. transition: all 0.4s ease-in-out; }
  162.  
  163. li.page-forward a:hover { color: #fff !important; -webkit-transition: all 0.4s ease-in-out;
  164. -moz-transition: all 0.4s ease-in-out;
  165. -ms-transition: all 0.4s ease-in-out;
  166. -o-transition: all 0.4s ease-in-out;
  167. transition: all 0.4s ease-in-out; }
  168.  
  169.  
  170. /* ---- DISPLAY ---- */
  171.  
  172. h2#pagetitle, h2#subtitle, #footer, div.navigation.topnav, .tag, .manage-link, .ljuser img, .header img, .cuttag img, div.inner > div.userpic, .module-userprofile.module > h2.module-header, #header, .journal-name { display: none; }
  173.  
  174. /* ----- CONTROL STRIP ----- */
  175.  
  176. #lj_controlstrip {
  177. background:#ffffff;
  178. background-position: 0 0;
  179. color: #666 !important;
  180. border:0px;
  181. z-index: 1000;
  182. text-align: center; box-shadow: 3px 3px 3px #aaa;
  183. }
  184.  
  185. #lj_controlstrip a { color: #666 !important; }
  186.  
  187. #lj_controlstrip_userpic { display: none !important; }
  188.  
  189. #lj_controlstrip td, #lj_controlstrip_statustext {
  190. color: #777 !important;
  191. }
  192.  
  193. #lj_controlstrip input {
  194. color:#606060 !important;
  195. background-color: #f5f5f5 !important;
  196. border: 0px solid #cccccc;
  197. }
  198.  
  199. #lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_login {
  200. border-right: 0 !important;
  201. color: #666 !important;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement