cleanup landing page
This commit is contained in:
parent
df0f250605
commit
f485f76e5b
5 changed files with 127 additions and 182 deletions
86
static/css/home.collectivecinema.css
Normal file
86
static/css/home.collectivecinema.css
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
@font-face {
|
||||
font-family: 'Bondoluo-Peek';
|
||||
src: url("../fonts/bondoluopeek/BondoluoPeek.eot");
|
||||
src: url("../fonts/bondoluopeek/BondoluoPeek.eot?#iefix") format("embedded-opentype"), url("../fonts/bondoluopeek/BondoluoPeek.woff") format("woff"), url("../fonts/bondoluopeek/BondoluoPeek.ttf") format("truetype"); }
|
||||
@font-face {
|
||||
font-family: 'helvetica-neue-bold';
|
||||
src: url("../fonts/Helvetica-Neue-Bold/Helvetica-Neue-Bold.eot");
|
||||
src: url("../fonts/Helvetica-Neue-Bold/Helvetica-Neue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue-Bold/Helvetica-Neue-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Neue-Bold/Helvetica-Neue-Bold.woff") format("woff"), url("../fonts/Helvetica-Neue-Bold/Helvetica-Neue-Bold.svg#Helvetica Neue Bold") format("svg");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-stretch: normal;
|
||||
unicode-range: U+0-10FFFF; }
|
||||
@font-face {
|
||||
font-family: 'Gotham-Bold';
|
||||
src: url("../fonts/gotham/Gotham-Bold/Gotham-Bold.eot");
|
||||
src: url("../fonts/gotham/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/gotham/Gotham-Bold/Gotham-Bold.ttf") format("truetype"); }
|
||||
@font-face {
|
||||
font-family: 'Gotham-Book';
|
||||
src: url("../fonts/gotham/Gotham-Book/Gotham-Book.eot");
|
||||
src: url("../fonts/gotham/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book/Gotham-Book.ttf") format("truetype"); }
|
||||
|
||||
#homeLogo:hover,
|
||||
#homeMenu > img:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#homeLogo.selected:hover,
|
||||
#homeMenu > img.selected:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.homeLink,
|
||||
.homeLink:visited {
|
||||
color: rgb(0, 0, 255);
|
||||
}
|
||||
|
||||
#homeMenu {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#homeMenu .menu {
|
||||
cursor: pointer;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#homeMenu .menu .en {
|
||||
font-family: "helvetica-neue-bold", Helvetica, Arial, sans-serif;
|
||||
font-size: 15px;
|
||||
}
|
||||
#homeMenu .menu .es {
|
||||
font-family: "Bondoluo-Peek", "Trebuchet MS", Arial, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#home .subtitle {
|
||||
font-family: "Bondoluo-Peek", "Trebuchet MS", Arial, sans-serif;
|
||||
margin-top: 0;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 24px;
|
||||
line-height: 1.3em;
|
||||
text-transform: uppercase;
|
||||
color: rgb(0,0,0);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#homeMenu .text {
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
#home .text a {
|
||||
color: rgb(0,0,0);
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#home .text a:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#home .text.en {
|
||||
font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
|
||||
text-align: left;
|
||||
}
|
||||
#home .text.es {
|
||||
text-align: right;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue