Path: blob/main/static/src/gs/public/pacman/style.css
1324 views
/**********************************************************************************12.__ __ .__ ____ .__3______ | | _____ _/ |________| |__/_ |______ ______ ____ | |__4\____ \| | \__ \\ __\___ / | \| \_ __ \/ ___// ___\| | \5| |_> > |__/ __ \| | / /| Y \ || | \/\___ \\ \___| Y \6| __/|____(____ /__| /_____ \___| /___||__| /____ >\___ >___| / .ch7|__| \/ \/ \/ \/ \/89**********************************************************************************/101112@font-face {13font-family: 'Socialico';14src: url(fonts/Socialico.otf) format('otf'),15url(fonts/Socialico.ttf) format('ttf');16src: local('Socialico'), local(Socialico),17url(fonts/Socialico.otf) format('opentype');18font-weight: normal;19font-style: normal;20}2122a img { border: none; }2324h1, h2, h3 {25font-family: 'Press Start 2P', cursive;26font-family: 'Codystar', cursive;27font-family: 'Acme', sans-serif;28text-transform: uppercase;29}30h1 { font-size: 2em; }31h2 { font-size: 1.7em; }32h3 { font-size: 1.5em; }333435html, body {36width:100%;37font-family: 'Quando', serif;38font-size: 14px;39margin: 0;40padding: 0;41min-height: 100%;42height: 100%;43line-height: 23px;44background: url('img/bg-pattern-black.png') repeat;45text-align: center;46}47body {48overflow-x: hidden;49overflow-y: scroll;50}5152div.layout {53margin: 0;54padding: 0;55}5657aside { background-color: rgba(255, 255, 255, 0.1); }58aside > * { margin: 0 15px; padding: 15px 0; }5960.wrapper { width: 100%; }61.mobile { display: none; }6263.sidebar {64display: inline-block;65width: 320px;66float: left;67background: url(bg-pattern-green.png) repeat;68height: 100%;69position: fixed;70left: 0;71top: 0;72font-family: 'Acme', sans-serif;73text-transform: uppercase;74/*color: rgb(31,52,4); - dark green */75color: rgba(0,0,0,0.55);76text-align: left;77-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);78-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);79box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);80}8182::selection {83background: rgba(24, 106, 12,0.7); /* Safari */84}8586::-moz-selection {87background: rgba(24, 106, 12,0.7); /* Firefox */88}8990/*---------------------------------------------------------------------9192Sidebar: Navigation9394*/95ul.nav {96list-style: none outside none;97font-size: 15px;98padding: 0;99margin: 0;100}101ul.nav.sub {102background-color: rgba(0,0,0,0.3);103background/*\**/: url(img/bg/black_30.png)\9;104display: none;105}106ul.nav.sub.active {107display: block;108}109110ul.nav li {111line-height: 40px;112list-style: none outside none;113padding-left: 2em;114transition-property: background-color, padding-left;115transition-duration: 0.7s;116}117ul.nav.sub li{118padding-left: 2.8em;119}120121ul.nav li:hover { background-color: rgba(255,255,255,0.2); background/*\**/: url(img/bg/white_20.png)\9; *background: url(img/bg/white_20.png); padding-left: 2.5em;}122ul.nav li.active { background-color: rgba(255,255,255,0.1); background/*\**/: url(img/bg/white_20.png)\9; *background: url(img/bg/white_20.png);}123124ul.nav a, ul.nav a:link, ul.nav a:active, ul.nav a:visited, ul.nav a:hover, ul.nav a:focus { color: rgb(31,52,4); text-decoration: none; font-size: 1.5em;}125126127.main {128display: inline-block;129position: static;130margin: 0 auto;131text-align: left;132}133134.header { display: none;}135136.header, .content, .footer {137margin: 30px;138max-width: 700px;139background: rgba(0,0,0,0.4);140background/*\**/: url(img/bg/black_40.png)\9;141color: rgba(255,255,255,0.9);142color/*\**/: rgb(250,250,250)\9;143padding: 4em;144width: 700px;145-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);146-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);147box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);148}149150.main a, .main a:link, .main a:active, .main a:visited {151/*color: rgba(20,20,20,0.9);152background: rgba(250,250,250,0.6);*/153154/*color: rgba(255,255,255,0.8);155156background: #367e20;*/157158color: #367e20;159text-decoration: none;160}161.main a:hover, .main a:focus {162/*color: rgba(20,20,20,0.9);163text-decoration: none;164background: rgba(250,250,250,0.5);*/165166text-decoration: underline;167color: #367e20;168}169170.content {171min-height: 400px;172}173174175.logo {176width: 220px;177display: block;178margin: 30px auto 10px auto;179180}181182.social{183font-family: 'Socialico';184text-transform: none;185font-size: 40px;186text-align:center;187line-height: 55px;188vertical-align: top;189}190191.social a, .social a:link, .social a:active, .social a:visited, .social a:hover, .social a:focus {192/*color: rgb(31, 52, 4); - dark green */193color: rgba(0,0,0,0.55);194text-decoration: none;195transition-property: opacity;196transition-duration: 0.3s;197}198.social a:hover {opacity: 0.8;}199200/*---------------------------------------------------------------------201202Boxes203204*/205206.box2, .box3 {207display: inline-block;208margin-right: 5px !important;209vertical-align: top;210}211212.box2 {213width: 50%;214max-width: 320px;215}216217.box3 {218width: 33%;219max-width: 205px;220}221222div + .box2, div + box3 { margin: 5px !important;}223224.portfolio-tile {225width: 200px;226height: 200px;227border: 1px solid rgba(0,0,0,0.5);228background: rgba(0,0,0,0.5);229display: inline-block;230margin-right: 10px;231margin-bottom: 10px;232}233234.portfolio-tile:hover {235opacity: 0.8;236}237238.portfolio-tile div {239visibility: hidden;240display: inline-block;241height: 35px;242width: 100%;243top: 165px;244line-height: 25px;245position: relative;246background: rgba(0,0,0,0.6);247background-size: 100%;248}249250.portfolio-tile:hover div {251visibility: visible;252}253254span.portfolio-label {255margin: auto 10px;256line-height: 35px;257height: 35px;258display: block;259vertical-align: middle;260color: #fff !important;261}262263264@media screen and (max-width: 1500px) {265.main {266position:absolute;267left: 320px;268}269}270271@media screen and (max-width: 1040px) {272.box2 { width: 45%;}273.box3 { width: 27%;}274.portfolio-tile { width: 175px; height: 175px; }275.portfolio-tile div { top: 140px; }276}277278@media screen and (max-width: 800px) {279.portfolio-tile { width: 150px; height: 150px; margin: 0 7px 7px 0;}280.portfolio-tile div { top: 115px; }281}282283@media screen and (max-width: 650px) {284.portfolio-tile {285width: 200px;286height: 200px;287left: 50%;288position: relative;289margin-left: -100px;290display: block;291}292.portfolio-tile div {293top: 165px;294visibility: visible;295}296}297298@media screen and (max-width: 320px) {299.box2 { width: 42%;}300.box3 { width: 25%;}301}302303304/*---------------------------------------------------------------------305306Tables307308*/309310table {311width: 100%;312background-color: rgb(255,255,255);313color: rgba(0,0,0,0.9);314padding: 0;315border-spacing: 0;316/* padding: 1em; */317margin: 0.5em 0px !important;318overflow: auto;319}320td {321margin: 0;322padding: 1em;323}324thead {325font-weight: bold;326background: url(bg-pattern-green.png) repeat;327text-transform: uppercase;328}329330tbody tr:nth-child(even){331background-color: #efefef;332}333334/*---------------------------------------------------------------------335336Forms337338*/339340input, select, textarea {341padding: 0.4em;342margin: 0.4em;343344}345346input[type=button], input[type=submit] {347background: #326a21;348text-transform: uppercase;349/*font-family: 'Acme',sans-serif;*/350border-radius: 15px;351color: #fff;352border: none;353}354input[type=text], input[type=password], textarea {355box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;356}357input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus {358background: #367e20;359cursor: pointer;360}361362input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus {363border: 1px solid #009600;364}365366/*---------------------------------------------------------------------367368Swipe.js - Javascript Slider369370*/371372.swipe {373margin: 1em 0;374375}376.swipe ul { padding: 0;}377.swipe li div {378padding: 1em;379background: rgba(255,255,255,0.2);380border-radius: 8px;381}382383384/* Mobile CSS - Medium (Tablets, small Screens) */385386@media screen and (max-width: 1050px) {387388.main {389background: rgba(0,0,0,0.4);390background/*\**/: url(img/bg/black_40.png)\9;391background-attachment: fixed;392}393.header, .content, .footer {394margin: 0;395max-width: none;396width: auto;397height:100%;398background: none;399}400401}402403/* Mobile CSS - Small (Smartphones) */404@media screen and (max-width: 650px) {405406html, body { height: auto;}407408.main { background: none; }409body { background: rgba(0,0,0,0.4);410background/*\**/: url(img/bg/black_40.png)\9;411}412413414h1 {415font-size: 1.8em;416}417418.mobile {419display: block;420}421.nomobile {422display: none !important;423}424.logo {425height: 90px;426width: auto;427/*display: inline-block;428float: left;*/429margin: 5px auto 5px auto;430}431432.sidebar {433width: 100%;434height: auto;435position:relative;436}437438.header, .content, .footer {439margin: 0;440max-width: 650px;441/*padding: 5px 10px;*/442padding: 5px 0;443}444445.main {446position: relative;447left: 0;448width: 100%;449overflow-x: hidden;450451}452453.header > *, .content > *, .footer > * {454margin: 5px 10px;455}456.footer { position: relative; margin-bottom: 0; height: 40px;}457458ul.nav {459margin: 0;460text-align: center;461}462463ul.nav.sub {464margin: 0 auto;465background: rgba(0,0,0,0.4);466}467468ul.nav li, ul.nav.sub li{469padding: 0 0.5em;470margin: 0;471display: inline-block;472background: none;473}474ul.nav li:hover, ul.nav.sub li:hover {475padding: 0 0.5em;476}477}478479@media screen and (max-width: 360px) {480ul.nav.sub li { display: block; }481.box2, .box3 { display: block; width: 100%;}482}483484@media screen and (max-width: 320px) {485ul.nav li { margin: 0; padding: 0 0.3em;}486ul.nav li:hover, ul.nav.sub li:hover { padding: 0 0.3em; }487}488489#adsense {490text-align: center;491display: block;492}493494#adsense .adsbygoogle {495496margin-left: auto;497margin-right: auto;498}499500501