123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- /* because standards */
- @viewport {
- width: device-width;
- }
- @-ms-viewport {
- width: device-width;
- }
- body {
- font-family: "Museo Sans", "museo-sans", sans-serif;
- font-size: 100%;
- color: #534741;
- line-height: 1.25;
- background: #F2EDE6;
- margin: 0;
- }
- /*
- @media (max-width: 600px) {
- body {
- font-size: 100%;
- }
- }
- */
- /* force android webkit to use relative header size */
- body h1 {
- font-family: "Museo", "museo", sans-serif;
- font-weight: 500;
- }
- p {
- hyphens: auto;
- -moz-hyphens: auto;
- word-wrap: break-word;
- }
- hr {
- border-color: #D3D3D3;
- }
- a {
- color: #6495ED;
- text-decoration: none;
- }
- code, pre {
- font-family: Monaco, Menlo, Consolas, monospace;
- font-size: 90%;
- hyphens: none;
- -moz-hyphens: none;
- }
- code {
- background: #FFFFE0;
- padding: 0px 0.2em;
- border-radius: 0.25em;
- }
- .highlight code {
- background: none;
- padding: 0;
- }
- .highlight pre {
- padding: 0.25em 0.5em;
- overflow-x: auto;
- }
- table {
- border-collapse: collapse;
- }
- td {
- padding: 0px 0.5em;
- }
- thead tr {
- font-weight: bold;
- border-bottom: solid 1px #808080;
- }
- .clearfix:after {
- content: " ";
- display: block;
- height: 0;
- clear: both;
- }
- #header {
- background: #F0E5D8;
- text-align: center;
- padding: 20px 0;
- }
- /* TODO: Fix this shit. */
- #header h1 {
- font-size: 1.75em;
- margin: 0.125em auto 0 auto;
- text-transform: lowercase;
- font-weight: 300;
- }
- #header img {
- width: 128px;
- height: 128px;
- border: 2px solid #534741;
- border-radius: 50%;
- }
- #header a {
- font-family: "Museo";
- color: #534741;
- display: inline-block;
- border-bottom: 1px solid transparent;
- transition: all 0.4s;
- }
- #header a:hover {
- text-decoration: none;
- border-bottom: 1px solid black;
- }
- #menu ul {
- padding: 0px;
- margin: 6px 0 0 0px;
- }
- #menu li {
- list-style: none;
- margin: 0.5em 0.2em;
- display: inline;
- text-transform: lowercase;
- font-weight: 300;
- }
- #container {
- max-width: 840px;
- margin: 0 auto;
- }
- #content {
- padding: 0 12px;
- }
- footer {
- text-align: center;
- }
- article {
- margin-top: 2em;
- font-weight: 300;
- font-size: 1.2em;
- line-height: 1.8;
- }
- article img {
- max-width: 100%;
- }
- article .entry-title {
- font-size: 1.9em;
- line-height: 1.4;
- }
- article .entry-title a {
- color: #534741;
- border-bottom: 0px solid transparent;
- -webkit-transition: all 0.2s;
- -moz-transition: all 0.2s;
- -ms-transition: all 0.2s;
- transition: all 0.2s;
- padding-bottom: 12px;
- }
- article .entry-title a:hover {
- border-bottom: 2px solid #534741;
- padding-bottom: 0;
- }
- article .entry-title .dateline {
- float: right;
- font-size: 50%;
- font-weight: normal;
- line-height: 3;
- }
- article .entry-title .dateline {
- opacity: 0.75;
- }
- .pager {
- list-style: none;
- text-align: center;
- padding: 0px;
- font-size: 1.5em;
- }
- .pager li > a {
- display: inline-block;
- color: #534741;
- }
- .pager .previous a {
- float: left;
- }
- .pager .next a {
- float: right;
- }
- @media (max-width: 767px) {
- header {
- font-size: 85%;
- }
- header img {
- width: 100px;
- height: 100px;
- border: 2px solid #534741;
- border-radius: 50%;
- }
- header > h1 {
- display: block;
- float: none;
- line-height: 1.1;
- }
- #content {
- -webkit-text-size-adjust: none;
- font-size: 80%;
- }
- .entry-title {
- line-height: 1;
- }
- article {
- line-height: 1.5;
- font-weight: 300;
- }
- article .entry-title .dateline {
- float: none;
- line-height: 1;
- display: block;
- font-size: 70%;
- margin-top: 6px;
- }
- article .entry-title {
- font-size: 1.4em;
- }
- }
- header {
- -webkit-perspective: 800;
- -moz-perspective: 800;
- -ms-perspective: 800;
- perspective: 800;
- }
- #thomas {
- position: relative;
- display: inline-block;
- -webkit-transform-style: preserve-3d;
- -moz-transform-style: preserve-3d;
- -ms-transform-style: preserve-3d;
- transform-style: preserve-3d;
- -webkit-transition: all 0.4s;
- -moz-transition: all 0.4s;
- -ms-transition: all 0.4s;
- transition: all 0.4s;
- }
- #thomas.whoa {
- -webkit-transform: rotateY(180deg);
- -moz-transform: rotateY(180deg);
- -ms-transform: rotateY(180deg);
- transform: rotateY(180deg);
- }
- #thomas img:nth-child(2) {
- position: relative;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- #thomas img:nth-child(1) {
- position: absolute;
- top: 0;
- left: 0;
- -webkit-transform: rotateY(180deg) translateZ(0.1px);
- -moz-transform: rotateY(180deg) translateZ(0.1px);
- -ms-transform: rotateY(180deg) translateZ(0.1px);
- transform: rotateY(180deg) translateZ(0.1px);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .sr-only {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip: rect(0, 0, 0, 0);
- border: 0;
- }
- .sr-only-focusable:active,
- .sr-only-focusable:focus {
- position: static;
- width: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- clip: auto;
- }
- h1 {
- font-size: 36px;
- }
- h1 small {
- font-size: 16px;
- display: block;
- margin-top: 8px;
- }
- strong {
- font-weight: bold;
- }
- #isso-thread {
- font-size: 80%;
- }
|