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.
 
 
 
 

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