mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
509 lines
11 KiB
CSS
509 lines
11 KiB
CSS
/* This was originally built on:
|
|
BLOCKS - Responsive Dashboard Theme - Copyright 2013
|
|
Which was designed and built based on Twitter Bootstrap and created by:
|
|
Carlos Alvarez
|
|
|
|
Since BLOCKS is dead since 2013, this is now a basic user linktree
|
|
designed and maintained by jessebot[at]linux[dot]com
|
|
*/
|
|
|
|
/* COLOR REFERENCE
|
|
| Color | Used for |
|
|
|:-------:|:---------------------------------------|
|
|
| #1f1f1f | Background Color |
|
|
| #3d3d3d | Dash-unit and half-unit Section |
|
|
| #262626 | Footer |
|
|
| #fa1d2d | Red - Used in selectors and paragraphs |
|
|
| #b2c831 | Green - Used in titles, badges |
|
|
| #bdbdbd | Font color |
|
|
| #ffffff | Font color |
|
|
*/
|
|
|
|
|
|
/********** BASE CONFIGURATIONS **********/
|
|
|
|
body {
|
|
background: #1f1f1f;
|
|
font-family: 'Mononoki';
|
|
text-align: center;
|
|
color: silver;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
height: 100%;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
h1 {
|
|
font-family: 'Raleway', sans-serif;
|
|
}
|
|
|
|
h3, h4, h5 {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
h2{
|
|
font-size: 22px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 46px;
|
|
color: #b2c831
|
|
}
|
|
|
|
h5 {
|
|
color: #b2c831;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/***********BLOCKS & WRAPS***********/
|
|
|
|
.aboutText {
|
|
padding-left: 10px;
|
|
padding-right: 5px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.main-img {
|
|
box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
margin-top: 18px;
|
|
margin-bottom: 11px;
|
|
border-radius: 80px;
|
|
-moz-border-radius: 4px;
|
|
border: 1px solid #3d3d3d;
|
|
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
/* ----------------- Dash Unit ----------------- */
|
|
.dash-unit {
|
|
margin-bottom: 30px;
|
|
padding-bottom: 10px;
|
|
background-image: url('../images/sep-half.png');
|
|
background-color: #3d3d3d;
|
|
color: white;
|
|
width: 25rem;
|
|
border: 1px solid #3d3d3d;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
|
background-clip: padding-box;
|
|
opacity: 0.97;
|
|
filter: alpha(opacity=97);
|
|
}
|
|
|
|
.dash-unit:hover {
|
|
background-color: #4f4f4f;
|
|
-moz-box-shadow: 3px 3px 2px 0px #151515;
|
|
-webkit-box-shadow: 3px 3px 2px 0px #151515;
|
|
box-shadow: 3px 3px 2px 0px #151515;
|
|
}
|
|
|
|
.dash-unit hr {
|
|
border: 0;
|
|
border-top: 1px solid #151515;
|
|
border-top-style: dashed;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.dash-unit p {
|
|
font-size: 14px;
|
|
font-weight: 200;
|
|
line-height: 16px;
|
|
color: inherit;
|
|
margin: 0 0 12px;
|
|
padding: 14px;
|
|
}
|
|
|
|
.dash-unit bold {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.dash-unit dtitle {
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
color: #ffffff;
|
|
margin: 8px;
|
|
padding-top: 4px;
|
|
padding-bottom: 0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
height: inherit;
|
|
}
|
|
|
|
.dash-unit h1 {
|
|
font-family: 'Raleway', sans-serif;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 2px;
|
|
letter-spacing: 0px;
|
|
color: #ffffff;
|
|
padding-top: 10px;
|
|
padding-left: 5px;
|
|
margin-top: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dash-unit h2 {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-weight: bold;
|
|
font-size: 30px;
|
|
line-height: 26px;
|
|
letter-spacing: 0px;
|
|
color: #ffffff;
|
|
padding-top: 10px;
|
|
padding-left: 5px;
|
|
margin-top: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dash-unit h3 {
|
|
font-weight: 300;
|
|
font-size: 15px;
|
|
line-height: 2px;
|
|
letter-spacing: 0px;
|
|
color: #b2c831;
|
|
padding-top: 10px;
|
|
padding-left: 5px;
|
|
margin-top: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dash-unit h4 {
|
|
padding-left: 5px;
|
|
margin-top: 2px;
|
|
font-size: 13px;
|
|
font-weight:lighter;
|
|
line-height: 1;
|
|
letter-spacing: 0px;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
/**********Half-Unit / Used in index.html**********/
|
|
.half-unit {
|
|
margin-bottom: 30px;
|
|
padding-bottom: 4px;
|
|
border: 1px solid #383737;
|
|
background-image:url('../images/sep-half.png');
|
|
background-color: #3d3d3d;
|
|
color: white;
|
|
height: 130px;
|
|
width: 18rem;
|
|
}
|
|
|
|
.half-unit:hover {
|
|
background-color: #4f4f4f;
|
|
-moz-box-shadow: 3px 3px 2px 0px #151515;
|
|
-webkit-box-shadow: 3px 3px 2px 0px #151515;
|
|
box-shadow: 3px 3px 2px 0px #151515;
|
|
}
|
|
|
|
.half-unit hr {
|
|
border: 0;
|
|
border-top: 1px solid #151515;
|
|
border-top-style: dashed;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.half-unit bold{
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size:26px;
|
|
font-weight:bold;
|
|
color:#fff;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.half-unit dtitle {
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
color: #ffffff;
|
|
margin: 8px;
|
|
padding: 0px;
|
|
height: inherit;
|
|
}
|
|
|
|
.half-unit h1 {
|
|
font-family: 'Raleway', sans-serif;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
letter-spacing: 0px;
|
|
color: #ffffff;
|
|
padding-top: 10px;
|
|
padding-left: 5px;
|
|
margin-top: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
.half-unit h4 {
|
|
padding-left: 5px;
|
|
margin-top: 2px;
|
|
font-size: 13px;
|
|
font-weight: lighter;
|
|
line-height: 1;
|
|
letter-spacing: 0px;
|
|
color: #fff;
|
|
}
|
|
|
|
/**********Styling Elements**********/
|
|
.cont {
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.cont ok {
|
|
color: #b2c831;
|
|
}
|
|
|
|
.cont bad {
|
|
color: #fa1d2d;
|
|
}
|
|
|
|
.cont2 {
|
|
text-align: center;
|
|
margin-top: -15px;
|
|
font-size: 12px;
|
|
line-height: 7px;
|
|
}
|
|
|
|
.cont2 bold{
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
color: #b2c831;
|
|
}
|
|
|
|
.text p {
|
|
font-family: 'Open Sans', sans-serif;
|
|
margin-left: 8px;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.text grey {
|
|
font-size: 11px;
|
|
color: silver;
|
|
}
|
|
|
|
|
|
/***********Bootstrap Default Modifications***********/
|
|
|
|
.thumbnail {
|
|
border:0px;
|
|
text-align:center;
|
|
-webkit-box-shadow: 0px;
|
|
-moz-box-shadow: 0px;
|
|
box-shadow: 0px;
|
|
background: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.modal-header {
|
|
background-image: url('../images/sep-half.png');
|
|
background-color: #4f4f4f;
|
|
color: #fff;
|
|
}
|
|
|
|
input[type=submit] {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 15px;
|
|
background: #b2c831;
|
|
color: #fff;
|
|
border: none;
|
|
padding: 8px 28px 10px 26px;
|
|
*-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
input[type=text], textarea {
|
|
background: #cdcbcc;
|
|
font-size: 13px;
|
|
display: block;
|
|
border: none;
|
|
box-shadow: none;
|
|
height: 30px;
|
|
line-height: 18px;
|
|
padding: 0;
|
|
text-indent: 18px;
|
|
margin: 0 0 18px;
|
|
}
|
|
|
|
textarea {
|
|
line-height: 18px;
|
|
padding: 18px;
|
|
text-indent: 0;
|
|
}
|
|
|
|
.textarea-container { margin: 0 18px; }
|
|
.textarea-container textarea { margin-left: -18px; }
|
|
|
|
|
|
/****************** Info Section ****************/
|
|
.info-aapl {
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.info-aapl ul {
|
|
margin-left:30%;
|
|
|
|
}
|
|
|
|
.info-aapl li {
|
|
margin: 0;
|
|
display: block;
|
|
width: 9px;
|
|
height: 40px;
|
|
margin-right: 6px;
|
|
background-color: #f5f0ec;
|
|
float:left;
|
|
position: relative;
|
|
}
|
|
|
|
.info-aapl li span {
|
|
display: block;
|
|
width: 9px;
|
|
height: 40px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
|
|
.info-aapl li span.orange {
|
|
background-color: #fa1d2d;
|
|
}
|
|
|
|
.info-aapl li span.green {
|
|
background-color: #b2c831;
|
|
}
|
|
|
|
|
|
/********** CUSTOMIZED BUTTON **********/
|
|
.btnnew {
|
|
display: inline-block;
|
|
*border-left: 0 none #707070;
|
|
border-right: 0 none #707070;
|
|
border-top: 0 none #707070;
|
|
border-bottom: 0 none #707070;
|
|
display: inline;
|
|
padding: 4px 12px;
|
|
margin-bottom: 0;
|
|
*margin-left: .3em;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #b2c831;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background-color: #5a5a5a;
|
|
*background-color: #5a5a5a;
|
|
background-repeat: repeat-x;
|
|
*-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
zoom: 1;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
background-image: linear-gradient(to bottom, #707070, #707070);*
|
|
}
|
|
|
|
|
|
/********** Accordion Styling **********/
|
|
.accordion-group {
|
|
border: 1px solid #222;
|
|
}
|
|
|
|
.accordion-heading {
|
|
background-color: #5a5a5a;
|
|
*background-color: #5a5a5a;
|
|
background-repeat: repeat-x;
|
|
*-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
zoom: 1;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
background-image: linear-gradient(to bottom, #707070, #707070);*
|
|
}
|
|
|
|
|
|
/********** Link Styling **********/
|
|
a {
|
|
color: #b2c831;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #dff948;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
/********** FooterWrap Section **********/
|
|
#footerwrap {
|
|
background: #262626;
|
|
background-image: url('../images/sep-half.png');
|
|
padding-top: 25px;
|
|
padding-bottom: 40px;
|
|
border-top-style: solid;
|
|
border-top-width: 8px;
|
|
border-top-color: #1d1d1d;
|
|
text-align: center;
|
|
}
|
|
|
|
#footerwrap p {
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
/********** Media Styles **********/
|
|
|
|
/* portrait tablet */
|
|
@media (min-width: 767px) and (max-width: 768px) {
|
|
.info-aapl ul {
|
|
margin-left: 10px;
|
|
float: left;
|
|
}
|
|
|
|
#load {
|
|
margin-left: 5px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#space {
|
|
margin-left: 5px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
.col-xs-8, .col-xs-10 {
|
|
float: none;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
/* Landscape iphone 5 and samsung galaxy */
|
|
@media (min-width: 560px) and (max-width: 685px) {
|
|
.info-aapl ul {
|
|
margin-left: 40%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 750px) {
|
|
.container {
|
|
padding: 30px 35px 10px 10px;
|
|
}
|
|
}
|