Web site meant to accompany a virtual machine setup specific to ProjPad.

style.css 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /* ==== Scroll down to find where to put your styles :) ==== */
  2. /* HTML5 ✰ Boilerplate */
  3. html, body, div, span, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  6. small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
  7. fieldset, form, label, legend,
  8. table, caption, tbody, tfoot, thead, tr, th, td,
  9. article, aside, canvas, details, figcaption, figure,
  10. footer, header, hgroup, menu, nav, section, summary,
  11. time, mark, audio, video {
  12. margin: 0;
  13. padding: 0;
  14. border: 0;
  15. font-size: 100%;
  16. font: inherit;
  17. vertical-align: baseline;
  18. }
  19. article, aside, details, figcaption, figure,
  20. footer, header, hgroup, menu, nav, section {
  21. display: block;
  22. }
  23. blockquote, q { quotes: none; }
  24. blockquote:before, blockquote:after,
  25. q:before, q:after { content: ''; content: none; }
  26. ins { background-color: #ff9; color: #000; text-decoration: none; }
  27. mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
  28. del { text-decoration: line-through; }
  29. abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  30. table { border-collapse: collapse; border-spacing: 0; }
  31. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  32. input, select { vertical-align: middle; }
  33. body { font:13px/1.231 sans-serif; *font-size:small; }
  34. select, input, textarea, button { font:99% sans-serif; }
  35. pre, code, kbd, samp { font-family: monospace, sans-serif; }
  36. html { overflow-y: scroll; }
  37. a:hover, a:active { outline: none; }
  38. ul, ol { margin-left: 2em; }
  39. ol { list-style-type: decimal; }
  40. nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
  41. small { font-size: 85%; }
  42. strong, th { font-weight: bold; }
  43. td { vertical-align: top; }
  44. sub, sup { font-size: 75%; line-height: 0; position: relative; }
  45. sup { top: -0.5em; }
  46. sub { bottom: -0.25em; }
  47. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
  48. textarea { overflow: auto; }
  49. .ie6 legend, .ie7 legend { margin-left: -7px; }
  50. input[type="radio"] { vertical-align: text-bottom; }
  51. input[type="checkbox"] { vertical-align: bottom; }
  52. .ie7 input[type="checkbox"] { vertical-align: baseline; }
  53. .ie6 input { vertical-align: text-bottom; }
  54. label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
  55. button, input, select, textarea { margin: 0; }
  56. input:valid, textarea:valid { }
  57. input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
  58. .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  59. ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
  60. ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
  61. a:link { -webkit-tap-highlight-color: #FF5E99; }
  62. button { width: auto; overflow: visible; }
  63. .ie7 img { -ms-interpolation-mode: bicubic; }
  64. body, select, input, textarea { color: #fff; /*#444*/; }
  65. h1, h2, h3, h4, h5, h6 { font-weight: bold; }
  66. a, a:active, a:visited { color: #607890; }
  67. a:hover { color: #036; }
  68. /*
  69. // ========================================== \\
  70. || ||
  71. || Your styles ! ||
  72. || ||
  73. \\ ========================================== //
  74. */
  75. body { background-color: #2f3c45; }
  76. .center { text-align: center; }
  77. .description { margin: 2em 0 2em 1.5em; }
  78. .noline { text-decoration: none; }
  79. .quote { font-style: italic; font-size: smaller; padding: 0.25em; }
  80. .stylize { font-size: 40px; font-weight: normal; font-variant: small-caps; font-family: 'FranchiseRegular', 'HelveticaNeue-Bold', 'League Gothic', 'Impact', sans-serif; margin-bottom: -32px; margin-left: 10px; color:#c44032; text-shadow: #863027 -3px 3px 0; margin-top: 60px; }
  81. .stylize span { display: inline-block; position: relative; letter-spacing: -1px; -webkit-transition: all 0.2s ease-out; }
  82. .stylize span:hover { top: 3px }
  83. #logo { font-size: 160px; font-weight: normal; font-variant: small-caps; font-family: 'FranchiseRegular', 'HelveticaNeue-Bold', 'League Gothic', 'Impact', sans-serif; margin-bottom: -32px; margin-left: 10px; color:#c44032; text-shadow: #863027 -3px 3px 0; margin-top: 60px; }
  84. #logo span { display: inline-block; position: relative; letter-spacing: -1px; -webkit-transition: all 0.2s ease-out; }
  85. #logo span:hover { top: 3px }
  86. .char2, .char11, .char12 { color: #e36b23; text-shadow: #9b4d1f -3px 3px 0; }
  87. .char3, .char10, .char13 { z-index: 10; color: #e6c92e; text-shadow: #9c8b26 -3px 3px 0; }
  88. .char4, .char9 { color: #5da028; text-shadow: #427021 -3px 3px 0; }
  89. .char5, .char8 { color: #4584be; text-shadow: #2f597f -3px 3px 0; }
  90. .char6, .char7 { color: #7073cf; text-shadow: #4a4d88 -3px 3px 0; }
  91. .char1 { -webkit-transform: rotate(-3deg) }
  92. .char3 { top: -1px; -webkit-transform: rotate(2deg); }
  93. .char4 { top: -7px; }
  94. .char6 { top: -7px; -webkit-transform: rotate(2deg); }
  95. .char7 { }
  96. .char8 { -webkit-transform: rotate(-3deg) }
  97. .char10 { top: -1px; -webkit-transform: rotate(2deg); }
  98. .char11 { top: -7px; }
  99. .char13 { top: -7px; -webkit-transform: rotate(2deg); }
  100. .char14 { }
  101. #main { margin: 5em 10em 5em 10em; }
  102. .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  103. .hidden { display: none; visibility: hidden; }
  104. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  105. .visuallyhidden.focusable:active,
  106. .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  107. .invisible { visibility: hidden; }
  108. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  109. .clearfix:after { clear: both; }
  110. .clearfix { zoom: 1; }
  111. @media all and (orientation:portrait) {
  112. }
  113. @media all and (orientation:landscape) {
  114. }
  115. @media screen and (max-device-width: 480px) {
  116. /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
  117. }
  118. @media print {
  119. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  120. -ms-filter: none !important; }
  121. a, a:visited { color: #444 !important; text-decoration: underline; }
  122. a[href]:after { content: " (" attr(href) ")"; }
  123. abbr[title]:after { content: " (" attr(title) ")"; }
  124. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  125. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  126. thead { display: table-header-group; }
  127. tr, img { page-break-inside: avoid; }
  128. @page { margin: 0.5cm; }
  129. p, h2, h3 { orphans: 3; widows: 3; }
  130. h2, h3{ page-break-after: avoid; }
  131. }