/** * Styles for the fifth version of Aaronweb.net. * (C) Aaron van Geffen 2013, 2014 * DO NOT COPY OR RE-USE WITHOUT EXPLICIT WRITTEN PERMISSION. THANK YOU. */ @import url(//fonts.googleapis.com/css?family=Press+Start+2P); @import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic); body { font: 13px/1.7 "Open Sans", "Helvetica", sans-serif; padding: 0 0 3em; margin: 0; background: #99BFCE 0 -50% fixed; background-image: radial-gradient(ellipse at top, #c3dee5 0%,#92b9ca 55%,#365e77 100%); /* W3C */ } #wrapper, header { width: 95%; min-width: 900px; max-width: 1280px; margin: 0 auto; } header { overflow: auto; } a { color: #487C96; text-decoration: none; } a:hover { color: #222; } /* Logo ---------*/ h1#logo { color: #fff; float: left; font: 200 50px 'Press Start 2P', "Helvetica Neue", sans-serif; margin: 40px 0 50px 10px; padding: 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); } h1#logo a { text-decoration: none; color: inherit; } h1#logo span.name { padding-right: 7px; } h1#logo span.area:before { content: '|'; font-weight: 400; letter-spacing: 7px; } /* Navigation ---------------*/ ul#nav { margin: 55px 10px 0 0; padding: 0; float: right; list-style: none; } ul#nav li { float: left; } ul#nav li a { color: #fff; display: block; float: left; font: 200 20px 'Press Start 2P', "Helvetica Neue", sans-serif; margin: 0 0 0 32px; padding: 10px 0; text-decoration: none; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); } ul#nav li a:hover { border-bottom: 3px solid rgba(255, 255, 255, 0.5); } /* Pagination ---------------*/ .pagination { clear: both; text-align: center; } .pagination ul { display: inline-block; margin: 0; padding: 0; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .pagination ul > li { display: inline; } .pagination ul > li > a, .pagination ul > li > span { float: left; font: 300 18px/2.2 "Open Sans", "Helvetica", sans-serif; padding: 6px 22px; text-decoration: none; background-color: #fff; border-right: 1px solid #ddd; } .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #eee; } .pagination ul > .active > a, .pagination ul > .active > span { cursor: default; } .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { color: #999; cursor: default; background-color: transparent; } /* Tiled grid ---------------*/ .tiled_header, .page_title_box { background: #fff; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); color: #000; float: left; margin: 0 0 1.5% 0; font: 400 18px/2.2 "Open Sans", "Helvetica Neue", sans-serif; padding: 6px 22px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .page_title_box { padding: 6px 22px !important; clear: both; display: inline-block; float: none; font: inherit; } .page_title_box h2 { font: 400 18px/2.2 "Open Sans", "Helvetica Neue", sans-serif !important; } .page_title_box p { margin: 0 0 10px; } .tiled_grid { margin: 0; padding: 0; list-style: none; } .tiled_grid div.landscape, .tiled_grid div.portrait, .tiled_grid div.panorama, .tiled_grid div.duo, .tiled_grid div.single { background: #fff; border-bottom-style: none !important; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); float: left; line-height: 0; margin: 0 3.5% 3.5% 0; overflow: none; position: relative; padding-bottom: 5px; width: 31%; } .tiled_grid div img { border: none; width: 100%; } .tiled_grid div h4 { color: #000; margin: 0; font: 400 18px "Open Sans", "Helvetica Neue", sans-serif; padding: 20px 5px 15px; text-overflow: ellipsis; text-align: center; white-space: nowrap; overflow: hidden; } .tiled_grid div a { text-decoration: none; } .tiled_grid div.landscape:hover, .tiled_grid div.portrait:hover, .tiled_grid div.panorama:hover, .tiled_grid div.duo:hover, .tiled_grid div.single:hover { padding-bottom: 0; border-bottom-width: 5px; border-bottom-style: solid !important; } /* Panoramas */ .tiled_grid div.panorama, .tiled_grid .tiled_row { clear: both; float: left; width: 100%; margin-right: 0; } /* Tiling: one landscape, two tiles */ .tiled_row .column_landscape { float: left; width: 65.5%; margin: 0 3.5% 3.5% 0; } .tiled_row .column_landscape div { width: auto; margin: 0; } .tiled_row .column_tiles_two { float: left; width: 31%; } .tiled_row .column_tiles_two div { float: left; width: 100%; margin: 0 0 10% 0; } /* Tiling: big portrait, four tiles */ .tiled_row .column_portrait { float: left; width: 31%; margin: 0 3.5% 3.5% 0; } .tiled_row .column_portrait div { width: auto; margin: 0; } .tiled_row .column_tiles_four { float: left; width: 65.5%; } .tiled_row .column_tiles_four div { float: left; width: 47.45%; margin: 0 5% 5% 0; } /* Tiling: two tiles */ .tiled_row .duo { width: 48.25% !important; } /* Tiling: one tile */ .tiled_row .single { width: 48.25% !important; } /* Tiling: remove horizontal margin at end of row. */ .tiled_row > div:nth-child(3n), .tiled_row > .duo:nth-child(2) { margin-right: 0 !important; } .tiled_row .column_tiles_four > div:nth-child(2n) { margin-right: 0; } /* Tiling: switch places for odd rows */ .tiled_row:nth-child(odd) .column_landscape, .tiled_row:nth-child(odd) .column_portrait { float: right; margin: 0 0 3.5% 3.5%; } .tiled_row:nth-child(odd) .column_tiles_four { float: right; } .tiled_row:nth-child(odd) .column_tiles_two { float: right; } .boxed_content { background: #fff; padding: 25px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .boxed_content h2 { font: 300 24px "Open Sans", "Helvetica Neue", sans-serif; margin: 0 0 0.2em; } /* Error pages ----------------*/ .errormsg p { font-size: 1.1em; margin: 1em 0 0; } .errorpage .widget { margin-top: 3%; } .errorpage .widget_recentposts { margin-right: 0; } /* Footer -----------*/ footer { clear: both; color: #fff; font: 400 12px/1.7 "Open Sans", "Helvetica Neue", sans-serif; padding: 40px 0 0; text-align: center; overflow: auto; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); } footer a { color: #eee; } /* Input ----------*/ input, select, .btn { background: #fff; border: 1px solid #ccc; color: #000; font: 13px/1.7 "Open Sans", "Helvetica", sans-serif; padding: 3px; } input[type=submit], button, .btn { background: #C5E2EA; border-radius: 3px; border: 1px solid #8BBFCE; display: inline-block; font: inherit; padding: 4px 5px; } input[type=submit]:hover, button:hover, .btn:hover { background-color: #bddce5; border-color: #88b7c6; } textarea { border: 1px solid #ccc; font: 12px/1.4 'Monaco', 'Inconsolata', 'DejaVu Sans Mono', monospace; padding: 0.75%; width: 98.5%; } .btn-red { background: #F3B076; border-color: #C98245; color: #000; } /* Responsive: smartphone in portrait ---------------------------------------*/ @media only screen and (max-width: 895px) { #wrapper, header { width: 100% !important; min-width: 100% !important; max-width: 100% !important; } h1#logo { font-size: 42px; float: none; margin: 1em 0 0.5em; text-align: center; } ul#nav { float: none; padding: 0; margin: 2em 0 2.5em; text-align: center; overflow: none; } ul#nav li, ul#nav li a { display: inline; float: none; } ul#nav li a { float: none; font-size: 16px; margin-left: 6px; padding: 15px 4px; } .grid li { margin: 0 0 5%; width: 47.5%; } .grid li:nth-child(2n) { margin-right: 0 !important; } .grid li:nth-child(2n+1) { margin-right: 5% !important; } .tiled_header { font-size: 14px; margin: 0 0 3.5% 0; } .tiled_grid div h4 { font-size: 14px; padding: 15px 5px 10px; } .tiled_row > div, .tiled_row .single, .tiled_row .duo { float: none !important; width: 100% !important; margin: 0 0 5% !important; } .tiled_row > div > div { float: none !important; width: 100% !important; margin: 0 0 5% !important; } }