Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1.  
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background-color: #fff;
  7. color: #4d4d4d;
  8. font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  9. font-size: 16px;
  10. }
  11.  
  12. header .site-name {
  13. font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  14. font-size: 28px;
  15. font-weight: 700;
  16. background-color: #F5F5F5;
  17. }
  18.  
  19. a {
  20. color: #000;
  21. text-decoration: none;
  22. transition: 0s;
  23. }
  24.  
  25. a:hover {
  26. opacity: .6;
  27. }
  28.  
  29. hr {
  30. color: #eee;
  31. background-color: #eee;
  32. height: 1px;
  33. border: none;
  34. }
  35.  
  36. img {
  37. display: block;
  38. max-width: 650px;
  39. max-height: 650px;
  40. height: auto;
  41. margin-left: auto;
  42. margin-right: auto;
  43. }
  44.  
  45. iframe .slide_image {
  46. display: block;
  47. margin-left: auto;
  48. margin-right: auto;
  49. }
  50.  
  51. twitterwidget {
  52. display: block;
  53. margin-left: auto;
  54. margin-right: auto;
  55. }
  56.  
  57. .article__text>iframe {
  58. display: block;
  59. margin-left: auto;
  60. margin-right: auto;
  61. }
  62.  
  63. .pagination {
  64. margin: auto 10%;
  65. text-align: center;
  66. }
  67.  
  68. .pagination ul {
  69. display: inline-block;
  70. padding: 0;
  71. }
  72.  
  73. .pagination ul li {
  74. display: inline;
  75. float: left;
  76. }
  77.  
  78. .pagination ul li .pagination__page--current {
  79. background-color: #212121;
  80. color: #fff;
  81. }
  82.  
  83. .pagination ul li :hover:not(.active) {
  84. background-color: #ddd;
  85. }
  86.  
  87. .pagination ul li a {
  88. padding: 8px 16px;
  89. text-decoration: none;
  90. border-radius: 5px;
  91. }
  92.  
  93. .pagination ul li .pagination__next--none,
  94. .pagination ul li .pagination__prev--none {
  95. display: none;
  96. }
  97.  
  98. .social-tools {
  99. margin-bottom: 2rem;
  100. }
  101.  
  102. .social-tools__title {
  103. display: block;
  104. font-size: 13px;
  105. color: #999;
  106. margin-top: 3rem;
  107. }
  108.  
  109. .social-tools__buttons {
  110. font-size: 26px;
  111. }
  112.  
  113. .social-tools__buttons a {
  114. color: #999;
  115. margin: .4rem;
  116. }
  117.  
  118. .social-tools__buttons a:hover {
  119. color: #000;
  120. }
  121.  
  122. .adsense {
  123. margin-top: 2em;
  124. margin-bottom: 2em;
  125. }
  126.  
  127. iframe.embedly-card {
  128. box-shadow: 5px 2.5px 2.5px 2.5px rgba(0, 0, 0, .4);
  129. border-radius: 5px;
  130. }
  131.  
  132. @media screen and (min-width:640px) {
  133. main {
  134. width: 100%;
  135. top: 0;
  136. left: 25%;
  137. overflow-x: hidden;
  138. overflow-y: hidden;
  139. }
  140. main article {
  141. max-width: 900px;
  142. margin-left: auto;
  143. margin-right: auto;
  144. }
  145. main article .article__meta {
  146. display: flex;
  147. }
  148. main article .article__meta p {
  149. margin-right: 1em;
  150. }
  151. main article .article__meta p .article__meta__post-date {
  152. width: 20em;
  153. }
  154. main header {
  155. border-top: 0;
  156. }
  157. footer section.author .author__name {
  158. margin-left: auto;
  159. }
  160. footer section.author .author__link {
  161. margin-right: auto;
  162. }
  163. }
  164.  
  165. @media screen and (max-width:769px) {
  166. article img {
  167. height: auto;
  168. width: 100%;
  169. }
  170. }
  171.  
  172. main {
  173. margin-left: auto;
  174. margin-right: auto;
  175. }
  176.  
  177. main header {
  178. padding: 40px;
  179. border-top: #eee 1px solid;
  180. border-bottom: #eee 1px solid;
  181. text-align: center;
  182. }
  183.  
  184. main header p {
  185. font-weight: 700;
  186. font-size: 10px;
  187. text-transform: uppercase;
  188. }
  189.  
  190. main article {
  191. padding: 40px 20px;
  192. }
  193.  
  194. main article .article__title h1 {
  195. margin-bottom: 8px;
  196. }
  197.  
  198. main article .article__text {
  199. line-height: 1.375em;
  200. }
  201.  
  202. main article .article__text a {
  203. text-decoration: underline;
  204. }
  205.  
  206. main article .article__text h1 {
  207. display: block;
  208. border-bottom: #eee 1px solid;
  209. padding-bottom: 7px;
  210. margin-top: 22px;
  211. margin-bottom: 22px;
  212. }
  213.  
  214. main article .article__text code {
  215. padding: .2em 0;
  216. color: #8B0000;
  217. font-family: 'Roboto Mono', monospace;
  218. background: #eee;
  219. border-radius: 3px;
  220. }
  221.  
  222. main article .article__text pre {
  223. margin: 22px 2px 22px 2px;
  224. padding: 9.5px;
  225. font-family: 'Roboto Mono', monospace;
  226. line-height: 1.45;
  227. overflow-x: auto;
  228. border-style: none;
  229. border-radius: 4px;
  230. }
  231.  
  232. main article .article__text blockquote {
  233. display: block;
  234. margin: 22px 2px 22px 2px;
  235. padding: 1em 2em 1em 4em;
  236. color: #9E9E9E;
  237. font-style: italic;
  238. position: relative;
  239. hadow: 5px 2.5px 2.5px 2.5px rgba(0, 0, 0, .4);
  240. }
  241.  
  242. main article .article__text blockquote:before {
  243. content: '"';
  244. font-size: 600%;
  245. font-style: bold;
  246. line-height: 1em;
  247. left: 0;
  248. top: 0;
  249. position: absolute;
  250. color: #9E9E9E;
  251. }
  252.  
  253. main article .gist {
  254. line-height: .875em;
  255. }
  256.  
  257. main article .article__meta {
  258. font-size: 12px;
  259. color: #999;
  260. margin-bottom: 2rem;
  261. }
  262.  
  263. main article .article__meta p {
  264. margin-top: 0;
  265. margin-bottom: 0;
  266. }
  267.  
  268. footer {
  269. border-top: #eee 1px solid;
  270. width: 100%;
  271. margin: 0 auto;
  272. }
  273.  
  274. footer .author__logo {
  275. width: 72px;
  276. margin-left: auto;
  277. margin-right: auto;
  278. margin-top: 1em;
  279. max-width: 72px;
  280. }
  281.  
  282. footer .author__logo img {
  283. width: 72px;
  284. border-radius: 10px;
  285. }
  286.  
  287. footer section.author {
  288. max-width: 600px;
  289. margin: 1.5em auto;
  290. }
  291.  
  292. footer section.author ul li {
  293. display: inline;
  294. line-height: 3em;
  295. }
  296.  
  297. footer section.author i.fa {
  298. font-size: 30px;
  299. }
  300.  
  301. footer section.author .author__name {
  302. font-style: italic;
  303. text-align: center;
  304. max-width: 420px;
  305. width: 70%;
  306. margin-left: auto;
  307. margin-right: auto;
  308. }
  309.  
  310. footer section.author .author__name p {
  311. font-size: 13px;
  312. }
  313.  
  314. footer section.author .author__link {
  315. text-align: left;
  316. max-width: 420px;
  317. margin-left: auto;
  318. margin-right: auto;
  319. }
  320.  
  321. footer section.author .author__link ul {
  322. padding-left: 0;
  323. text-align: center;
  324. }
  325.  
  326. footer .ending-message {
  327. border-top: #eee 1px solid;
  328. padding: 0 40px 0 40px;
  329. color: #999;
  330. font-size: 10px;
  331. }
  332.  
  333. header,
  334. footer {
  335. background-color: #F5F5F5;
  336. }
  337.  
  338. /* Green CSS */
  339.  
  340. body {
  341. color: #e1e1e1 !important;
  342. font-family: 'Roboto Mono',monospace !important;
  343. font-size: 16px !important;
  344. background-color: #1f222a !important;
  345. }
  346.  
  347.  
  348. a {
  349. color: #78e2a0 !important;
  350. text-decoration: none !important;
  351. transition: 0s !important;
  352. }
  353.  
  354. header {
  355. background-color: #1f222a !important;
  356. }
  357.  
  358. footer {
  359. border-top: #1c1e24 2px dashed !important;
  360. width: 50% !important;
  361. margin: 0 auto !important;
  362. background-color: #1f222a !important;
  363. }
  364.  
  365. footer .ending-message {
  366. border-top: #78e2a0 1px dotted !important;
  367. padding: 0 40px 0 40px !important;
  368. color: #999 !important;
  369. font-size: 10px !important;
  370. }
  371.  
  372. main article {
  373. max-width: 800px !important;
  374. margin-left: auto !important;
  375. margin-right: auto !important;
  376. }
  377.  
  378. main article .article__text code {
  379. padding: .2em 1em !important;
  380. color: #FFF !important;
  381. font-family: 'Roboto Mono',monospace !important;
  382. background: #17191e !important;
  383. border-radius: 3px !important;
  384. padding: 5px 20px !important;
  385. }
  386.  
  387. main header {
  388. padding: 40px !important;
  389. border-top: none !important;
  390. border-bottom: #78e2a0 2px dotted !important;
  391. background-color:#1c1e24 !important;
  392. text-transform: uppercase !important;
  393. text-align: center !important;
  394. color: #FFF !important;
  395. }
  396.  
  397. main header p {
  398. font-weight: none !important;
  399. font-size: 20px !important;
  400. text-transform: uppercase !important;
  401. text-align: right !important;
  402. text-decoration: none !important;
  403. padding-right: 20% !important;
  404. }
  405.  
  406. main header a {
  407. color: white !important;
  408. }
  409.  
  410. .pagination ul li .pagination__page--current {
  411. background-color: #1c1e24 !important;
  412. color: #fff !important;
  413. }
  414.  
  415. hr {
  416. color: #1f222a00 !important;
  417. background-color: #1c1e24 !important;
  418. height: 1px !important;
  419. border: none !important;
  420. width: 45% !important;
  421. border-bottom: 2px #78e2a0 dotted !important;
  422. }
  423.  
  424. header .site-name {
  425. font-family: 'Roboto Mono',monospace !important;
  426. font-size: 28px !important;
  427. font-weight: 700 !important;
  428. background-color: #1C1E24 !important;
  429. }
  430.  
  431. .highlight pre {
  432. background: #17191e !important;
  433. color: #f8f8f2 !important;
  434. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement