Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

240 line
3.6 KiB

  1. @import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Oxygen:700);
  2. body {
  3. margin: 0;
  4. background-color: white;
  5. color: black;
  6. font-family: "Open Sans", sans-serif;
  7. font-size: 16px;
  8. }
  9. a:link, a:visited { color: #3d7751; text-decoration: none; }
  10. a:hover { color: #041; text-decoration: underline; }
  11. a:active { color: #403; text-decoration: underline; }
  12. a.underlined:link, a.underlined:visited { text-decoration: underline; }
  13. a.underlined:hover, a.underlined:active { text-decoration: none; }
  14. #banner {
  15. height: 94px;
  16. line-height: 94px;
  17. background-color: black;
  18. border-top: 4px solid #3d7751;
  19. text-align: center;
  20. }
  21. #banner a {
  22. color: white;
  23. text-decoration: none;
  24. }
  25. #banner img {
  26. display: inline;
  27. height: 92px;
  28. padding: 2px 0.5em 0 0;
  29. vertical-align: top;
  30. }
  31. #banner h1 {
  32. display: inline;
  33. font-size: 2em;
  34. font-family: "Oxygen", sans-serif;
  35. text-align: center;
  36. }
  37. #container {
  38. margin: 1.5em auto 0;
  39. max-width: 1000px;
  40. padding: 0 40px 0 40px;
  41. }
  42. #container p {
  43. line-height: 1.25em;
  44. }
  45. p#bio {
  46. line-height: 1.5em;
  47. }
  48. #content p, #content ol, #content li {
  49. line-height: 1.75em;
  50. }
  51. #links {
  52. text-align: center;
  53. }
  54. #links div {
  55. display: inline-block;
  56. }
  57. @media (min-width: 800px) {
  58. #links div {
  59. width: 16%;
  60. }
  61. #links div:not(:first-child) {
  62. border-left: 1px solid #CCC;
  63. }
  64. }
  65. @media (max-width: 799px) {
  66. #links div {
  67. width: 32%;
  68. }
  69. #links div:nth-child(-n+3) {
  70. margin-bottom: 1em;
  71. }
  72. #links div:not(:nth-child(3n+1)) {
  73. border-left: 1px solid #CCC;
  74. }
  75. }
  76. #work {
  77. width: 100%;
  78. border-spacing: 0;
  79. }
  80. #work td {
  81. width: 50%;
  82. vertical-align: top;
  83. }
  84. #work td:not(:first-child) {
  85. padding-left: 0.75em;
  86. }
  87. #work td:not(:last-child) {
  88. padding-right: 0.75em;
  89. }
  90. .work-list {
  91. padding-left: 1em;
  92. list-style-type: none;
  93. }
  94. .work-list li {
  95. margin-bottom: 1.25em;
  96. position: relative;
  97. }
  98. .work-list li:before {
  99. content: "\27a4";
  100. position: absolute;
  101. left: -2em;
  102. line-height: 3em;
  103. font-size: 0.5em;
  104. }
  105. .subtitle {
  106. font-size: 14px;
  107. }
  108. #tags {
  109. line-height: 2em;
  110. margin: -0.375em 0;
  111. }
  112. .tag {
  113. background-color: #f2f2f2;
  114. border: 1px solid #e8e8e8;
  115. color: #888;
  116. cursor: pointer;
  117. margin: 0 3px;
  118. padding: 2px 3px;
  119. }
  120. .tag-selected {
  121. background-color: #ddd;
  122. color: black;
  123. }
  124. #post-info {
  125. list-style-type: none;
  126. margin: 0;
  127. padding-left: 0;
  128. }
  129. #post-info li {
  130. line-height: 1em;
  131. margin-bottom: 0.5em;
  132. }
  133. #post-info li:last-child {
  134. margin-bottom: 0;
  135. }
  136. #post-info span {
  137. color: #777;
  138. }
  139. .post-tag {
  140. background-color: #f2f2f2;
  141. border: 1px solid #e8e8e8;
  142. margin: 0 3px;
  143. padding: 2px 3px;
  144. }
  145. .post-tag:link, .post-tag:visited {
  146. color: black;
  147. }
  148. pre {
  149. white-space: pre-wrap;
  150. }
  151. code {
  152. background-color: #f2f2f2;
  153. border: 1px solid #e8e8e8;
  154. padding: 0 3px;
  155. }
  156. pre code {
  157. border: 0;
  158. padding: 0;
  159. }
  160. .highlight, .highlighttable {
  161. background-color: #f2f2f2;
  162. border: 1px solid #e8e8e8;
  163. font-size: 14px;
  164. line-height: 1.35em;
  165. padding-left: 16px;
  166. }
  167. .highlighttable {
  168. width: 100%;
  169. }
  170. .highlighttable .highlight {
  171. border: 0;
  172. }
  173. .linenos {
  174. color: #888;
  175. }
  176. .para-link {
  177. margin-left: 0.5em;
  178. padding: 0 0.25em 0 0.3em;
  179. }
  180. .para-link:link, .para-link:visited {
  181. color: #A00;
  182. text-decoration: none;
  183. }
  184. .para-link:hover, .para-link:active {
  185. background-color: #A00;
  186. color: white;
  187. }
  188. #footer {
  189. margin-bottom: 1.5em;
  190. color: #444;
  191. font-size: 85%;
  192. text-align: center;
  193. }