Personal website https://benkurtovic.com/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

176 行
4.4 KiB

  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background-color: #E0E0E0;
  6. }
  7. .color-highlight {
  8. color: #040;
  9. }
  10. .highlight { /* syntax highlighter */
  11. background: #f2f2f2;
  12. border: 1px solid #e8e8e8;
  13. border-radius: 10px;
  14. padding-left: 16px;
  15. line-height: 1.35em;
  16. font-size: 13px;
  17. }
  18. .description {
  19. font-size: 12px;
  20. }
  21. h1, h2 {
  22. text-align: center;
  23. }
  24. pre {
  25. white-space: pre-wrap;
  26. }
  27. div.project {
  28. border: 1px solid #CCC;
  29. border-radius: 5px;
  30. }
  31. div.project-head {
  32. padding: 3px 12px 6px 12px;
  33. border-bottom: 1px solid #CCC;
  34. border-radius: 5px 5px 0px 0px;
  35. /* all I want is a simple background gradient without images! */
  36. background: #E0E0E0; /* fallback (your browser is crap) */
  37. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3E3E3), to(#CACACA)); /* Chrome, Safari 4+ */
  38. background: -webkit-linear-gradient(top, #E3E3E3, #CACACA); /* Chrome 10+, Safari 5+ */
  39. background: -moz-linear-gradient(top, #E3E3E3, #CACACA); /* Firefox 3.6+ */
  40. background: -ms-linear-gradient(top, #E3E3E3, #CACACA); /* IE 10+ (lol) */
  41. background: -o-linear-gradient(top, #E3E3E3, #CACACA); /* Opera 11.10+ */
  42. background: linear-gradient(top, #E3E3E3, #CACACA); /* God-tier */
  43. }
  44. div.project-body {
  45. padding: 6px 12px 9px 12px;
  46. border-radius: 0px 0px 5px 5px;
  47. background: #F4F4F4;
  48. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#EFEFEF));
  49. background: -webkit-linear-gradient(top, #F9F9F9, #EFEFEF);
  50. background: -moz-linear-gradient(top, #F9F9F9, #EFEFEF);
  51. background: -ms-linear-gradient(top, #F9F9F9, #EFEFEF);
  52. background: -o-linear-gradient(top, #F9F9F9, #EFEFEF);
  53. background: linear-gradient(top, #F9F9F9, #EFEFEF); */
  54. }
  55. div.divider {
  56. border-bottom: 1px solid #AAA;
  57. margin-top: 15px;
  58. margin-bottom: 15px;
  59. }
  60. td.about-l {
  61. padding: 4px 12px 4px 12px;
  62. border-left: 1px solid #CCC;
  63. }
  64. td.about-r {
  65. padding: 4px 12px 4px 12px;
  66. border-right: 1px solid #CCC;
  67. }
  68. li.post {
  69. margin-bottom: 20px;
  70. }
  71. td.light-l { background-color: #ECECEC; }
  72. td.dark-l { background-color: #DADADA; }
  73. td.light-r { background-color: #F7F7F7; }
  74. td.dark-r { background-color: #E5E5E5; }
  75. h1#head {
  76. margin-top: 0px;
  77. padding-top: 0px;
  78. margin-bottom: 0px;
  79. padding-bottom: 0px;
  80. }
  81. h2#posts {
  82. margin-top: 0px;
  83. padding-top: 0px;
  84. }
  85. div#container {
  86. width: 800px;
  87. margin: 20px auto 32px auto;
  88. border: 1px solid #999;
  89. border-radius: 10px;
  90. background-color: #FFF;
  91. }
  92. div#header {
  93. margin: 16px 16px 20px 16px;
  94. padding: 30px 0px 30px 0px;
  95. border: 1px solid #999;
  96. border-radius: 10px 10px 0px 0px;
  97. /* see div.project-head for details */
  98. background: #DDEEDD;
  99. background: -webkit-gradient(linear, left top, left bottom, from(#E4F1E4), to(#B1BEB1));
  100. background: -webkit-linear-gradient(top, #E4F1E4, #B1BEB1);
  101. background: -moz-linear-gradient(top, #E4F1E4, #B1BEB1);
  102. background: -ms-linear-gradient(top, #E4F1E4, #B1BEB1);
  103. background: -o-linear-gradient(top, #E4F1E4, #B1BEB1);
  104. background: linear-gradient(top, #E4F1E4, #B1BEB1);
  105. }
  106. div#content {
  107. padding: 2px 15px 2px 15px;
  108. }
  109. div#footer {
  110. font-size: 11px;
  111. text-align: center;
  112. padding: 9px 4px 12px 4px;
  113. color: #222;
  114. }
  115. div#post-info {
  116. margin-left: 24px;
  117. }
  118. div#post {
  119. line-height: 1.5em;
  120. }
  121. td#left-box {
  122. width: 50%;
  123. vertical-align: top;
  124. }
  125. td#right-box {
  126. padding-left: 25px;
  127. vertical-align: top;
  128. }
  129. td#about-tl { border-top-left-radius: 5px; border-top: 1px solid #AAA; }
  130. td#about-tr { border-top-right-radius: 5px; border-top: 1px solid #AAA; }
  131. td#about-bl { border-bottom-left-radius: 5px; border-bottom: 1px solid #AAA; }
  132. td#about-br { border-bottom-right-radius: 5px; border-bottom: 1px solid #AAA; }
  133. a:link { color: #373; text-decoration: none; }
  134. a:visited { color: #373; text-decoration: none; }
  135. a:hover { color: #040; text-decoration: underline; }
  136. a:active { color: #404; text-decoration: underline; }
  137. a.invert:link { text-decoration: underline; }
  138. a.invert:visited { text-decoration: underline; }
  139. a.invert:hover { text-decoration: none; }
  140. a.invert:active { text-decoration: none; }
  141. a.incognito:link { color: #000; text-decoration: none; }
  142. a.incognito:visited { color: #000; text-decoration: none; }
  143. a.incognito:hover { color: #000; text-decoration: underline; }
  144. a.incognito:active { color: #000; text-decoration: none; }