Initial import: mockups, visual identity, stock photos, project plan, README
This commit is contained in:
commit
b08d384089
60 changed files with 3899 additions and 0 deletions
79
docs/mockups/static/css/main.css
Normal file
79
docs/mockups/static/css/main.css
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);
|
||||
|
||||
#affix-nav {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#affix-nav ul {
|
||||
background-color: white;
|
||||
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 6px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
#affix-nav li a:hover {
|
||||
color: #000000;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
#affix-nav li a {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding: 20px 0px 20px 0px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
color: #333;
|
||||
border-radius: 0;
|
||||
-webkit-transition: background 200ms linear;
|
||||
-moz-transition: background 200ms linear;
|
||||
-ms-transition: background 200ms linear;
|
||||
-o-transition: background 200ms linear;
|
||||
transition: background 200ms linear;
|
||||
}
|
||||
|
||||
#affix-nav li.active a {
|
||||
background-color: #DEDEDE;
|
||||
}
|
||||
|
||||
/* Medium devices (desktops, 992px and up) */
|
||||
@media (min-width: 992px) {
|
||||
.container-full {
|
||||
margin-left: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
#navbar .nav {
|
||||
position: fixed;
|
||||
width: 220px;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#images .image-header {
|
||||
margin-left: 10px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
#images .image-header h2 {
|
||||
color: #5265A2;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
margin-top: 5px;
|
||||
letter-spacing: 1.2px;
|
||||
}
|
||||
|
||||
#images hr {
|
||||
border-top-width: 8px;
|
||||
}
|
||||
|
||||
#images img {
|
||||
margin: 0 auto 10px auto;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding: 10px 15px 10px 15px;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue