Added notes to V1
This commit is contained in:
@@ -1,193 +1,244 @@
|
||||
body{
|
||||
overflow-x: hidden;
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
|
||||
.navbar-inverse {
|
||||
background: white;
|
||||
border-bottom: none;
|
||||
background: white;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
|
||||
a{font-family: 'Roboto Condensed', sans-serif;}
|
||||
.navbar-inverse .navbar-toggle {
|
||||
border: 1px solid #333;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: black;
|
||||
border: 1px solid #333;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
|
||||
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
|
||||
border-color: transparent;
|
||||
background-color: white;
|
||||
border-color: transparent;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
|
||||
background-color: #777;
|
||||
}
|
||||
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
|
||||
background-color: #777;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: black;
|
||||
background-color: white;
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
|
||||
background-color: white;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
background-color: white;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.small-logo-container {
|
||||
padding-top: 50px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
padding-top: 50px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.small-logo {
|
||||
background: white;
|
||||
color: black;
|
||||
font-size: 2.5em;
|
||||
padding-bottom: 2px;
|
||||
background: white;
|
||||
color: black;
|
||||
font-size: 2.5em;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
/* *********************************
|
||||
Big Logo
|
||||
********************************** */
|
||||
.big-logo-row {
|
||||
background: white;
|
||||
color: black;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.big-logo-row .big-logo-container {
|
||||
padding-top: 50px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.big-logo-row h1 {
|
||||
font-size: 4em;
|
||||
margin: 0;
|
||||
padding: 0 0 15px 0;
|
||||
font-size: 4em;
|
||||
margin: 0;
|
||||
padding: 0 0 15px 0;
|
||||
}
|
||||
|
||||
@media (min-width: 400px) {
|
||||
.big-logo-row h1 {
|
||||
font-size: 4.5em;
|
||||
}
|
||||
.big-logo-row h1 {
|
||||
font-size: 4.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 440px) {
|
||||
.big-logo-row h1 {
|
||||
font-size: 5.5em;
|
||||
}
|
||||
.big-logo-row h1 {
|
||||
font-size: 5.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
.big-logo-row h1 {
|
||||
font-size: 6.5em;
|
||||
}
|
||||
.big-logo-row h1 {
|
||||
font-size: 6.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 630px) {
|
||||
.big-logo-row h1 {
|
||||
font-size: 7.5em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.big-logo-row h1 {
|
||||
font-size: 7.5em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.big-logo-row h1 {
|
||||
font-size: 9em;
|
||||
padding-bottom: 30px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.big-logo-row h1 {
|
||||
font-size: 9em;
|
||||
padding-bottom: 30px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.big-logo-row h1 {
|
||||
font-size: 12em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.big-logo-row h1 {
|
||||
font-size: 12em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 41px;
|
||||
font-weight: bold;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
color: black;
|
||||
h2 {
|
||||
font-size: 41px;
|
||||
font-weight: bold;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 20px;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
p {
|
||||
font-size: 20px;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h3{
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
color: black;
|
||||
h3 {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.projects, .intro{
|
||||
border-bottom: thin solid #333;
|
||||
.projects, .intro {
|
||||
border-bottom: thin solid #333;
|
||||
|
||||
}
|
||||
|
||||
.picturebox{
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
.picturebox {
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
}
|
||||
|
||||
footer{
|
||||
padding: 20px;
|
||||
background-color: #e0e0e0;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
footer {
|
||||
padding: 20px;
|
||||
background-color: #e0e0e0;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
|
||||
.navbar navbar-inverse navbar-fixed-top::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
background: transparent;
|
||||
width: 0px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#photos {
|
||||
opacity: .88;
|
||||
opacity: .88;
|
||||
}
|
||||
|
||||
#photos img {
|
||||
width: 30%;
|
||||
float: left;
|
||||
display: block;
|
||||
margin: 2px;
|
||||
width: 30%;
|
||||
float: left;
|
||||
display: block;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0px auto;
|
||||
padding: 10px;
|
||||
display: block;
|
||||
max-width: 780px;
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
margin: 0px auto;
|
||||
padding: 10px;
|
||||
display: block;
|
||||
max-width: 780px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
background: rgba(0,0,0, .8);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
text-align: center;
|
||||
background: rgba(0, 0, 0, .8);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#overlay img {
|
||||
margin: 10% auto 0;
|
||||
width: 550px;
|
||||
border-radius: 5px;
|
||||
margin: 10% auto 0;
|
||||
width: 550px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#photos {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#photo-gallery {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.v4-margin-note {
|
||||
position: relative;
|
||||
margin: 4px 0 20px 0;
|
||||
padding: 30px 16px 12px 16px;
|
||||
border-left: 2px solid rgba(243, 139, 168, 0.6);
|
||||
background: linear-gradient(135deg, rgba(243, 139, 168, 0.07) 0%, rgba(243, 139, 168, 0.02) 60%, transparent 100%);
|
||||
color: #3d3f53;
|
||||
font-size: 13px;
|
||||
line-height: 1.65;
|
||||
font-family: 'JetBrains Mono', 'Courier New', monospace;
|
||||
font-style: italic;
|
||||
max-width: 680px;
|
||||
border-radius: 0 6px 6px 0;
|
||||
box-shadow: inset 0 0 0 1px rgba(243, 139, 168, 0.07), 2px 2px 8px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.v4-margin-note::before {
|
||||
content: '✎ archived note';
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 16px;
|
||||
color: rgba(243, 139, 168, 0.85);
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.12em;
|
||||
font-family: 'JetBrains Mono', 'Courier New', monospace;
|
||||
}
|
||||
|
||||
.v4-margin-note::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, rgba(243, 139, 168, 0.4), transparent);
|
||||
border-radius: 0 6px 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user