home page
This commit is contained in:
parent
3df8e6fef9
commit
df0f250605
6 changed files with 430 additions and 237 deletions
34
static/css/home.collectivecinema.js
Normal file
34
static/css/home.collectivecinema.js
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
@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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue