Personal website https://benkurtovic.com/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

225 wiersze
5.2 KiB

  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background: #E0E0E0 url("/images/background.png") repeat top left;
  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. .index-header {
  22. padding-top: 15px;
  23. text-align: center;
  24. }
  25. pre {
  26. white-space: pre-wrap;
  27. }
  28. code {
  29. background: #f2f2f2;
  30. border: 1px solid #e8e8e8;
  31. }
  32. div.project {
  33. border: 1px solid #CCC;
  34. border-radius: 5px;
  35. }
  36. div.project-head {
  37. padding: 3px 12px 6px 12px;
  38. border-bottom: 1px solid #CCC;
  39. border-radius: 5px 5px 0px 0px;
  40. /* all I want is a simple background gradient without images! */
  41. background: #E0E0E0; /* fallback (your browser is crap) */
  42. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3E3E3), to(#CACACA)); /* Chrome, Safari 4+ */
  43. background: -webkit-linear-gradient(top, #E3E3E3, #CACACA); /* Chrome 10+, Safari 5+ */
  44. background: -moz-linear-gradient(top, #E3E3E3, #CACACA); /* Firefox 3.6+ */
  45. background: -ms-linear-gradient(top, #E3E3E3, #CACACA); /* IE 10+ (lol) */
  46. background: -o-linear-gradient(top, #E3E3E3, #CACACA); /* Opera 11.10+ */
  47. background: linear-gradient(top, #E3E3E3, #CACACA); /* God-tier */
  48. }
  49. div.project-body {
  50. padding: 6px 12px 9px 12px;
  51. border-radius: 0px 0px 5px 5px;
  52. background: #F4F4F4;
  53. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#EFEFEF));
  54. background: -webkit-linear-gradient(top, #F9F9F9, #EFEFEF);
  55. background: -moz-linear-gradient(top, #F9F9F9, #EFEFEF);
  56. background: -ms-linear-gradient(top, #F9F9F9, #EFEFEF);
  57. background: -o-linear-gradient(top, #F9F9F9, #EFEFEF);
  58. background: linear-gradient(top, #F9F9F9, #EFEFEF); */
  59. }
  60. div.divider {
  61. border-bottom: 1px solid #AAA;
  62. margin-top: 15px;
  63. margin-bottom: 15px;
  64. }
  65. td.about-l {
  66. padding: 4px 12px 4px 12px;
  67. border-left: 1px solid #CCC;
  68. }
  69. td.about-r {
  70. padding: 4px 12px 4px 12px;
  71. border-right: 1px solid #CCC;
  72. }
  73. li.post {
  74. margin-bottom: 20px;
  75. }
  76. td.light-l { background-color: #ECECEC; }
  77. td.dark-l { background-color: #DADADA; }
  78. td.light-r { background-color: #F7F7F7; }
  79. td.dark-r { background-color: #E5E5E5; }
  80. p#about-me-top {
  81. margin-top: 0px;
  82. }
  83. h1#head {
  84. margin-top: 0px;
  85. padding-top: 0px;
  86. margin-bottom: 0px;
  87. padding-bottom: 0px;
  88. text-align: center;
  89. }
  90. div#everything {
  91. max-width: 800px;
  92. margin: auto;
  93. padding: 0 40px 0 40px;
  94. }
  95. div#container {
  96. margin: 20px auto 32px auto;
  97. border: 1px solid #999;
  98. border-radius: 10px;
  99. background-color: #FFF;
  100. }
  101. div#header {
  102. margin: 16px 16px 20px 16px;
  103. padding: 35px 0px 35px 0px;
  104. border: 1px solid #999;
  105. border-radius: 10px 10px 0px 0px;
  106. /* see div.project-head for details */
  107. background: #DDEEDD;
  108. background: -webkit-gradient(linear, left top, left bottom, from(#E4F1E4), to(#B1BEB1));
  109. background: -webkit-linear-gradient(top, #E4F1E4, #B1BEB1);
  110. background: -moz-linear-gradient(top, #E4F1E4, #B1BEB1);
  111. background: -ms-linear-gradient(top, #E4F1E4, #B1BEB1);
  112. background: -o-linear-gradient(top, #E4F1E4, #B1BEB1);
  113. background: linear-gradient(top, #E4F1E4, #B1BEB1);
  114. }
  115. div#content {
  116. padding: 2px 15px 2px 15px;
  117. }
  118. div#footer {
  119. font-size: 11px;
  120. text-align: center;
  121. padding: 9px 4px 12px 4px;
  122. color: #222;
  123. }
  124. div#post-info {
  125. margin-left: 24px;
  126. }
  127. div#post {
  128. line-height: 1.5em;
  129. }
  130. div#avatar-box {
  131. float: right;
  132. position: relative;
  133. left: 50px;
  134. margin-left: -40px;
  135. padding: 12px;
  136. background-color: #FFF;
  137. border: 1px solid #999;
  138. border-radius: 5px;
  139. -webkit-transform:rotate(3deg);
  140. -moz-transform:rotate(3deg);
  141. -o-transform:rotate(3deg);
  142. -ms-transform:rotate(3deg);
  143. }
  144. div#follow-button-box {
  145. float: right;
  146. }
  147. ul#post-list {
  148. padding-left: 1em;
  149. }
  150. img#forkme {
  151. position: absolute;
  152. top: 0;
  153. right: 0;
  154. border: 0;
  155. }
  156. img#avatar {
  157. border-radius: 5px;
  158. }
  159. table#about {
  160. width: 100%;
  161. }
  162. td#left-box {
  163. width: 50%;
  164. vertical-align: top;
  165. }
  166. td#right-box {
  167. padding-left: 25px;
  168. vertical-align: top;
  169. }
  170. td#about-tl { border-top-left-radius: 5px; border-top: 1px solid #AAA; }
  171. td#about-tr { border-top-right-radius: 5px; border-top: 1px solid #AAA; }
  172. td#about-bl { border-bottom-left-radius: 5px; border-bottom: 1px solid #AAA; }
  173. td#about-br { border-bottom-right-radius: 5px; border-bottom: 1px solid #AAA; }
  174. a:link { color: #373; text-decoration: none; }
  175. a:visited { color: #373; text-decoration: none; }
  176. a:hover { color: #040; text-decoration: underline; }
  177. a:active { color: #404; text-decoration: underline; }
  178. a.invert:link { text-decoration: underline; }
  179. a.invert:visited { text-decoration: underline; }
  180. a.invert:hover { text-decoration: none; }
  181. a.invert:active { text-decoration: none; }
  182. a.incognito:link { color: #000; text-decoration: none; }
  183. a.incognito:visited { color: #000; text-decoration: none; }
  184. a.incognito:hover { color: #000; text-decoration: underline; }
  185. a.incognito:active { color: #000; text-decoration: none; }