Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added fonts/Dearest.ttf
Binary file not shown.
Binary file added fonts/EncodeSans-Light.ttf
Binary file not shown.
Binary file added fonts/Gputeks-Regular.ttf
Binary file not shown.
Binary file added fonts/Kirsty.ttf
Binary file not shown.
Binary file added fonts/LeagueGothic-CondensedItalic.ttf
Binary file not shown.
Binary file added fonts/LeagueGothic-CondensedRegular.ttf
Binary file not shown.
Binary file added fonts/Lobster.ttf
Binary file not shown.
Binary file added fonts/Scratch.ttf
Binary file not shown.
Binary file added fonts/SixCaps.ttf
Binary file not shown.
Binary file added fonts/SourceSansPro-Semibold.ttf
Binary file not shown.
Binary file added fonts/SourceSansPro-SemiboldIt.ttf
Binary file not shown.
Binary file added img/McFly.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
213 changes: 213 additions & 0 deletions index.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
@font-face
{
font-family: NewspaperTitle;
src: url('fonts/Dearest.ttf');
}

@font-face
{
font-family: Newspaper;
src: url('fonts/LeagueGothic-CondensedRegular.ttf');
}

@font-face
{

font-family: NewspaperText;
src: url('fonts/Gputeks-Regular.ttf');
}

@font-face
{
font-family: NewspaperTitleTheme;
src: url('fonts/SourceSansPro-Semibold.ttf');
}
@font-face
{
font-family: NewspaperMiniTitleTheme;
src: url('fonts/SourceSansPro-SemiboldIt.ttf');
}

@font-face
{
font-family: NewpaperFirstLetter;
src: url('fonts/Kirsty.ttf');
}

@font-face
{
font-family: NewspaperMainText;
src: url('fonts/EncodeSans-Light.ttf');
}

@font-face
{
font-family: NewspaperInfo;
src: url('fonts/Lobster.ttf');
}

@font-face
{
font-family: NewspaperBlockTitle;
src: url('fonts/Scratch.ttf');
}

@font-face
{
font-family: NewspaperSign;
src: url('fonts/SixCaps.ttf');
}

.NewsPaperInfo td
{
font-family: NewspaperInfo;
width: 300px;
text-align: center;
}

.PaperTitle,
.UnderTitleInfo
{
border-bottom-style: double;
}

header
{
font-family: NewspaperTitle;
font-size: 70px;
text-align: center;
}

.BigSign
{
font-family: Newspaper;
font-size: 160px;
text-align: center;
word-spacing: 80px;
letter-spacing: 10px;
}

td
{
vertical-align: top;
}

.ThemeTitle-1
{
font-family: Newspaper;
font-size: 90px;
word-spacing: 20px;
letter-spacing: 1px;
text-align: center;
}

.ThemeTitle-2
{
font-family: NewspaperTitleTheme;
font-size: 40px;
}

.ThemeTitle-3
{
font-family: NewspaperTitleTheme;
font-size: 40px;
}

.ThemeTitle-4
{
font-family: NewspaperMiniTitleTheme;
font-size: 40px;
}

.ThemeTitle-5
{
font-family: NewspaperMiniTitleTheme;
font-size: 40px;
}

.ThemeTitle-6
{
font-family: NewspaperMiniTitleTheme;
font-size: 40px;
}

.miniTitle
{
font-family: NewspaperTitleTheme;
font-size: 30px;
}

.BlockNews
{
border: 1px solid black;
height: 300px;
text-align: center;
}

.TitleBlockNews
{
font-family: NewspaperBlockTitle;
font-size: 25px;
text-align: center;
}

td hr
{
width: 130px;
}

.BoldHr
{
width: inherit;
}

.first-column
{
width: 250px;
}

.second-column
{
width: 250px;
}

.third-column
{
width: 250px;
}

.first-mini-column
{
width: 350px;
text-align: center;
}

.second-mini-column
{
width: 250px;
}

p
{
font-family: NewspaperMainText;
text-indent: 1.5em;
}

p:first-letter
{
font-family: NewpaperFirstLetter;
font-size: 25px;
}

figcaption
{
font-family: NewspaperSign;
font-size: 35px;
}

.footerSign
{
font-family: NewspaperSign;
font-size: 35px;
}

Loading