Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. /* LISBETH - layout by manual@dw
  2. For the BLANKET theme
  3. functional custom pages, disabled modules
  4. tiny icons from http://p.yusukekamiyamane.com/*/
  5.  
  6. /* latin */
  7. @font-face {
  8. font-family: 'Open Sans';
  9. font-style: normal;
  10. font-weight: 500;
  11. src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  12. 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;
  13. }
  14. /* cyrillic */
  15. @font-face {
  16. font-family: 'Open Sans';
  17. font-style: normal;
  18. font-weight: 500;
  19. src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  20. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  21. }
  22.  
  23. body { padding: 0; margin: 0; text-align: center; color: #000;
  24. background-color: #FEFEFF;
  25. font-family: 'Open Sans', 'Lato', sans-serif; font-size: 1em; }
  26.  
  27. a, a:active { text-decoration: none; color: #333;
  28. }
  29. a:visited { color: #666;
  30. }
  31. a:hover { color: #000;
  32. }
  33.  
  34. q { font-style: italic; }
  35.  
  36. #canvas { margin: 0 auto 3em auto; text-align: justify; padding: 0; }
  37. #content { padding: 0; margin: 0; }
  38. #primary { width: 56%; margin: 0 auto; z-index: 0; padding: 0; }
  39. #tertiary { display: none; }
  40.  
  41. /*--- header + footer ---*/
  42. #header { width: 60%; margin: 0 auto 2em auto; background-color: transparent;
  43. }
  44. #header>.inner { padding: 4em 2em; }
  45. #footer { display: block; clear: both; }
  46. .page-top, div.navigation.bottomnav { width: 60%; margin: 0 auto; text-transform: lowercase; text-align: center; font-weight: bolder; letter-spacing: 3pt; font-size: 1.0em; font-style: italic; }
  47. .navigation { text-transform: uppercase; text-align: right; width: 100%; }
  48. li.page-back, li.page-forward { display: inline; list-style: none; padding: 0; margin: 0 0 0 0.3125em; }
  49. li.page-separator { display: none; }
  50. div.navigation ul { display: inline; padding: 0; margin: 0; }
  51.  
  52. div.navigation.topnav { display: none; }
  53.  
  54. /*--- header texts ---*/
  55. div#header h1#title { text-transform: uppercase; font-weight: 200; text-align: center; letter-spacing: 3pt; padding: 0; margin: 0; color: inherit; font-family: inherit; font-style:italic; font-size: 2,0em; }
  56. div#header h2#subtitle { text-transform: lowercase; font-weight: 600; text-align: center; letter-spacing: 3pt; padding: 0; margin: 0; color: inherit;
  57. font-family: inherit; font-style:italic; font-size: 1em; }
  58. div#header h2#pagetitle { display: none; }
  59.  
  60. /*--- navigation links ---*/
  61. div.module-navlinks, div.module-navlinks ul.module-list, div.module-navlinks ul.module-list li { display: none; }
  62.  
  63. /*--- modules ---*/
  64. #secondary, #secondary>.inner, #secondary .module, #secondary .module-header, #secondary .module-header a, #secondary .module-header, #secondary .separator-after, .module-tags_cloud, .module-tags_cloud .module-content, .module-tags_cloud li, .tags_cloud li, ul.userlite-interaction-links.icon-links, ul.userlite-interaction-links.icon-links li, .module-calendar td a, .module-credit dt, .module-search .search-form, .module-search .search-box, #secondary .module-content, #secondary .module-content ul, #secondary .module-content li { display: none; }
  65.  
  66. /*--- entry ---*/
  67. div.entry { padding: 0; margin: 0 0 3em 0; color: #000;
  68. background-color: transparent !important;
  69. }
  70. div.entry-content { margin: 1em 1em 1em 1.4em; font-size: 0.9em; }
  71.  
  72. div.entry-content a, a.active, a.visited, a.hover {font-weight: 800; font-style: italic; background-color: #d2d1d2;}
  73.  
  74. div.header { padding: 0; margin: 0 0 1em 0; }
  75. h3.entry-title { font-weight: normal; letter-spacing: 2pt; padding: 0; margin: 0; font-family: inherit; font-size: 1.8em; color: #099aaf; font-style:italic;
  76. }
  77. h3.entry-title a { color: #000;
  78. }
  79.  
  80. h3.sticky-entry-title.entry-title { font: inherit; color: inherit; text: inherit; }
  81.  
  82. h3.sticky-entry-title.entry-title img { -webkit-filter: grayscale(1); }
  83.  
  84. .datetime { font-size: 0.80em; font-weight: normal; text-transform: lowercase; letter-spacing: 2px; font-style: italic; padding: 5px 0; color: #999999;
  85. }
  86. .datetime a { color: #999999;
  87. }
  88.  
  89. .userpic { display: none; }
  90.  
  91. .userpic img {
  92. padding: 16px;
  93. background-color: #ffffff;
  94. border-radius: 50%;
  95. margin-left: -120px;
  96. height: 90px; width: 90px; }
  97.  
  98. span.poster.entry-poster{ font-size: 0.9em; font-weight: normal; text-transform: lowercase; letter-spacing: 0; padding: 0; color: #c8c8c8;
  99. }
  100. img.ContextualPopup-trigger { margin-bottom: 2px; padding: 0 2px; width: 12px; height: 12px; }
  101.  
  102. span.cuttag_container img { display: none; }
  103.  
  104. /* To prevent overlapping when icon's on the left */
  105. /* and list is the first thing in content */
  106. .entry-content li,
  107. .comment-content li {
  108. list-style-position: inside;
  109. }
  110.  
  111. .metadata { margin: 2em 0 0 0; }
  112. .metadata.top-metadata { margin: 1em 0 2em 0; }
  113. div.metadata ul { padding: 0; margin: 0; }
  114. div.metadata ul li { list-style: none; font-size: 0.9em; font-weight: normal; text-transform: lowercase; letter-spacing: 0; padding: 0; color: #c8c8c8;
  115. }
  116. span.metadata-label-location, span.metadata-label-mood, span.metadata-label-music { display: none; }
  117. span.metadata-item-location { padding: 0 0 0 1.3em; }
  118. span.metadata-item-mood { padding: 0 0 0 1.3em; }
  119. span.metadata-item-music { padding: 0 0 0 1.3em; }
  120.  
  121. span.tag-text { display: none; }
  122. div.tag ul { padding: 0 0 0 1.3em; margin: 0; display: inline; }
  123. div.tag ul li { display: inline; list-style: none; font-size: 0.9em; font-weight: normal; text-transform: lowercase; letter-spacing: 0; padding: 0; color: #c8c8c8;
  124. }
  125.  
  126. ul.entry-management-links { padding: 0; margin: 2em 0 0 0; -webkit-filter: grayscale(1); text-align: center; }
  127. ul.entry-management-links li { display: inline; list-style: none; font-size: 0.9em; font-weight: normal; text-transform: lowercase; letter-spacing: 0; padding: 0 5px 0 0; color: #c8c8c8;
  128. }
  129.  
  130. ul.entry-interaction-links { padding: 0 0 0.5em 0; margin: 1em 0 0 0; text-align: center; padding-bottom: 1em; border-bottom: 1px solid #999999; }
  131. ul.entry-interaction-links li { display: inline; list-style: none; font-size: 0.9em; font-weight: normal; text-transform: uppercase; letter-spacing: 0; padding: 0 5px 0 0; color: #c8c8c8;
  132. }
  133.  
  134. /*--- comments ---*/
  135.  
  136. .comment-title {
  137. font-family: inherit;
  138. }
  139.  
  140. .comment-title h4 {
  141. font-size: inherit;
  142. font-weight: inherit;
  143. margin: 0;
  144. padding: 0;
  145. }
  146.  
  147. hr.above-entry-interaction-links, hr.below-reply-container { display: none; }
  148.  
  149. input, textarea { padding: 5px; font: 1em Helvetica, Arial, 'Arial Narrow', sans-serif; line-height: 1.8em; color: #888888;
  150. background-color: #ffffff;
  151. border: solid 1px #eeeeee;
  152. }
  153. textarea.textbox { width: 100% !important; }
  154.  
  155. .comment { margin: 0 auto 2em auto; padding: 40px 20px; border-left: 20px solid #f2ebd7; color: #888888;
  156. background-color: #ffffff;
  157. }
  158. .comment-wrapper { margin: 2em 0; padding: 0; }
  159.  
  160. .bottomcomment, .comments-message { margin: 0 auto 2em auto; padding: 4em 2em; border-left: 20px solid #f2ebd7; color: #888888;
  161. background-color: #ffffff;
  162. }
  163.  
  164. .comment-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }
  165. .comment-management-links li, .comment-interaction-links li { display: inline; }
  166.  
  167. #qrform table { border: 0!important; }
  168.  
  169. /*--- archive ---*/
  170. li.active { list-style: none; display: inline; text-transform: uppercase; padding: 0; margin: 0; text-align: center; color: #d58d0f;
  171. }
  172.  
  173. .month { margin: 0 auto 2em auto; padding: 4em 2em; border-left: 20px solid #f2ebd7; color: #888888;
  174. background-color: #ffffff;
  175. }
  176. .month h3 { font-size: 1em; font-weight: normal; text-transform: lowercase; letter-spacing: 1px; padding: 0; margin: 0; text-align: right; color: #099aaf;
  177. }
  178.  
  179. div.navigation ul { display: inline; }
  180. div.navigation li { display: inline; list-style: none; }
  181.  
  182. .month th { font-size: 0.9em; font-weight: normal; text-transform: uppercase; padding: 5px; text-align: center; color: #6c6c6c;
  183. background-color: #eeeeee;
  184. }
  185. .month table { width: 100%; border: 0; margin: auto; }
  186. .month caption { display: none; }
  187.  
  188. td.day { padding: .5em; border: .1em solid #eeeeee; }
  189.  
  190. /*--- tags ---*/
  191. .page-tags .tags-container h2 { font-size: 1em; font-weight: normal; text-transform: lowercase; letter-spacing: 1px; padding: 0; margin: 0; text-align: right; color: #099aaf;
  192. }
  193.  
  194. .page-tags .tags-container { margin: 0 auto 2em auto; padding: 4em 2em; border-left: 20px solid #f2ebd7; color: #888888;
  195. background-color: #ffffff;
  196. }
  197.  
  198. .page-tags .tags-container ul { margin: 1em; padding: 0; }
  199. .page-tags .tags-container ul li { margin: 0 0 0 1em; padding: 0; list-style: none; }
  200.  
  201.  
  202. .userpic { float: left; margin: 0 10px 10px 0; }
  203. /* ENTRY TINYICON REPLACEMENTS */
  204.  
  205. #canvas img[src*="user.png"] {
  206. width: 0 !important;
  207. height: 0 !important;
  208. background: transparent!important;
  209. background-image: url(http://i.imgur.com/yBoBLMj.png) !important;
  210. background-repeat: no-repeat !important;
  211. background-position: 0; !important; !important;
  212. padding:16px 16px 0 0 !important; }
  213.  
  214. #canvas img[src*="community.png"] {
  215. width: 0 !important;
  216. height: 0 !important;
  217. background: transparent!important;
  218. background-image: url(http://i.imgur.com/AdEJonv.png) !important;
  219. background-repeat: no-repeat !important;
  220. background-position: 0; !important; !important;
  221. padding:16px 16px 0 0 !important; }
  222.  
  223. #canvas img[src*="locked.png"] {
  224. float: left;
  225. width: 0 !important;
  226. height: 0 !important;
  227. background: transparent!important;
  228. background-image: url(http://i.imgur.com/Ju8zWZA.png) !important;
  229. background-repeat: no-repeat !important;
  230. background-position: 0; !important; !important;
  231. margin: 2px 0 5px 5px;
  232. padding:16px 16px 0 0 !important; }
  233.  
  234. #canvas img[src*="private.png"] {
  235. float: left;
  236. width: 0 !important;
  237. height: 0 !important;
  238. background: transparent!important;
  239. background-image: url(http://i.imgur.com/LYPYXaM.png) !important;
  240. background-repeat: no-repeat !important;
  241. background-position: 0; !important; !important;
  242. margin: 2px 0 5px 5px;
  243. padding:16px 16px 0 0 !important; }
  244.  
  245. /*--- Navigation Bar ---*/
  246.  
  247. #lj_controlstrip {
  248. background-color: #fff;
  249. background-image: none;
  250. height: 45px; color: 000;
  251. border-bottom: 1px solid #999;
  252. box-shadow: 0px 0px 5px #555;
  253. }
  254.  
  255. #lj_controlstrip_userpic {
  256. padding-top: 5px;
  257. padding-left: 5px;
  258. height: 45px;
  259. }
  260.  
  261. #lj_controlstrip td {
  262. font-family: helvetica,arial,sans-serif;
  263. font-size: 11px;
  264. line-height: 18px;
  265. letter-spacing: normal;
  266. color: #000;
  267. }
  268.  
  269. #lj_controlstrip_statustext {
  270. color: #000;
  271. font-weight: normal;
  272. font-family: helvetica,arial;
  273. font-size: 14px;
  274. }
  275.  
  276. #lj_controlstrip a, #lj_controlstrip .ljuser a b{
  277. color: #000;
  278. padding: 2px;
  279. }
  280.  
  281. #lj_controlstrip a:hover {
  282. background: #555555;
  283. text-decoration: none;
  284. }
  285.  
  286. #lj_controlstrip_user, #lj_controlstrip_login, #lj_controlstrip_loggedout_userpic, #lj_controlstrip_actionlinks {
  287. border-right: 0px !important; color: #000;
  288. }
  289.  
  290. #title, #subtitle, #pagetitle { display: none; }
  291.  
  292. .datetime { display: none; }
  293.  
  294. .bottomnav {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement