changed font

This commit is contained in:
Max 2016-11-30 14:57:15 -05:00
parent 9cfda6f0bd
commit dcdae68c3d
15 changed files with 101 additions and 12 deletions

BIN
font/LLPIXEL3.ttf Executable file

Binary file not shown.

BIN
font/llpixel.zip Normal file

Binary file not shown.

BIN
font/pixel_lcd7.zip Normal file

Binary file not shown.

BIN
font/pixel_lcd7/Pixel LCD-7.fon Executable file

Binary file not shown.

BIN
font/pixel_lcd7/Pixel-LCD-7.ttf Executable file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

48
font/pixel_lcd7/readme.txt Executable file
View File

@ -0,0 +1,48 @@
True Type Font: Pixel LCD-7 version 1.0
EULA
-==-
The fonts Pixel LCD-7 is freeware for home using.
DESCRIPTION
-=========-
Original pixel font like seven-segment clock faces. Native size is 15 points. Only Cyrillic code page is supported.
Files in pixel_lcd-7.zip:
readme.txt this file;
pixel_lcd-7.ttf Pixel LCD-7 regular font;
pixel_lcd-7.fon Pixel LCD-7 regular font in Windows OS "FON" format;
pixel_lcd-7_screen.png preview image.
Please visit http://www.styleseven.com/ for download our other products as freeware as shareware.
We will welcome any useful suggestions and comments; please send them to ms-7@styleseven.com
FREEWARE USE (NOTES)
-=================-
Also you may:
* Use the font in freeware software (credit needed);
* Use the font for your education process.
COMMERCIAL OR BUSINESS USE
-========================-
Please contact us ($24.95).
You may:
* Include the font to your installation;
* Use one license up to 100 computers in your office.
AUTHOR
-====-
Sizenko Alexander
Style-7
http://www.styleseven.com
Created: November 24 2012

13
fonts.css Normal file
View File

@ -0,0 +1,13 @@
@font-face {
font-family: 'Pixel';
font-style: normal;
font-weight: 300;
src: local('LLPIXEL3'), url('font/LLPIXEL3.ttf');
}
@font-face {
font-family: 'Pixel-LCD';
font-style: normal;
font-weight: 300;
src: local('Pixel-LCD-7'), url('font/pixel_lcd7/Pixel-LCD-7.ttf');
}

View File

@ -7,39 +7,39 @@ $(function(){
if($('.content').hasClass('active')){ if($('.content').hasClass('active')){
$('.content').removeClass('active').hide(); $('.content').removeClass('active').hide();
} }
$('#4chanList').addClass('active').show('600'); $('#4chanList').addClass('active').show('300');
}); });
$('#music').mouseover(function(){ $('#music').mouseover(function(){
if($('.content').hasClass('active')){ if($('.content').hasClass('active')){
$('.content').removeClass('active').hide(); $('.content').removeClass('active').hide();
} }
$('#musicList').addClass('active').show('600'); $('#musicList').addClass('active').show('300');
}); });
$('#school').mouseover(function(){ $('#school').mouseover(function(){
if($('.content').hasClass('active')){ if($('.content').hasClass('active')){
$('.content').removeClass('active').hide(); $('.content').removeClass('active').hide();
} }
$('#schoolList').addClass('active').show('600'); $('#schoolList').addClass('active').show('300');
}); });
$('#work').mouseover(function(){ $('#work').mouseover(function(){
if($('.content').hasClass('active')){ if($('.content').hasClass('active')){
$('.content').removeClass('active').hide(); $('.content').removeClass('active').hide();
} }
$('#workList').addClass('active').show('600'); $('#workList').addClass('active').show('300');
}); });
$('#resources').mouseover(function(){ $('#resources').mouseover(function(){
if($('.content').hasClass('active')){ if($('.content').hasClass('active')){
$('.content').removeClass('active').hide(); $('.content').removeClass('active').hide();
} }
$('#resourceList').addClass('active').show('600'); $('#resourceList').addClass('active').show('300');
}); });
$('#checklist').mouseover(function(){ $('#checklist').mouseover(function(){
if($('.content').hasClass('active')){ if($('.content').hasClass('active')){
$('.content').removeClass('active').hide(); $('.content').removeClass('active').hide();
} }
$('#todoList').addClass('active').show('600'); $('#todoList').addClass('active').show('300');
}); });
//part 3 //part 3

BIN
images/4chanpixel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
images/bookpixel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
images/bookpixel2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,3 +1,17 @@
@font-face {
font-family: 'Pixel';
font-style: normal;
font-weight: 300;
src: local('LLPIXEL3'), url('font/LLPIXEL3.ttf');
}
@font-face {
font-family: 'Pixel-LCD';
font-style: normal;
font-weight: 300;
src: local('Pixel-LCD-7'), url('font/pixel_lcd7/Pixel-LCD-7.ttf');
}
body { body {
background: url("background.gif") no-repeat center center fixed; background: url("background.gif") no-repeat center center fixed;
background-size: cover; background-size: cover;
@ -52,7 +66,7 @@ img:hover{
} }
h1{ h1{
font-family: 'Orbitron', sans-serif; font-family: 'Pixel-LCD', sans-serif;
color: #d3d3d3; color: #d3d3d3;
opacity: .6; opacity: .6;
border-bottom: 3px solid; border-bottom: 3px solid;
@ -75,7 +89,7 @@ li{
margin:0 20px; margin:0 20px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-size: 25px; font-size: 25px;
font-family: 'Orbitron', sans-serif; font-family: 'Pixel', sans-serif;
opacity: .6; opacity: .6;
} }

View File

@ -1,9 +1,23 @@
@font-face {
font-family: 'Pixel';
font-style: normal;
font-weight: 300;
src: local('LLPIXEL3'), url('font/LLPIXEL3.ttf');
}
@font-face {
font-family: 'Pixel-LCD';
font-style: normal;
font-weight: 300;
src: local('Pixel-LCD-7'), url('font/pixel_lcd7/Pixel-LCD-7.ttf');
}
button{ button{
background-color: transparent; background-color: transparent;
color: #d3d3d3; color: #d3d3d3;
border: none; border: none;
opacity: .8; opacity: .8;
font-family: 'Orbitron', sans-serif; font-family: 'Pixel', sans-serif;
font-size: 16px; font-size: 16px;
margin:auto; margin:auto;
z-index: 1; z-index: 1;
@ -13,7 +27,7 @@ input{
width: 20px; width: 20px;
font-size: 12px; font-size: 12px;
color: #d3d3d3; color: #d3d3d3;
font-family: 'Orbitron', sans-serif; font-family: 'Pixel-LCD-7', sans-serif;
background-color: transparent; background-color: transparent;
border: none; border: none;
border-bottom: 2px solid #d3d3d3; color: #d3d3d3; border-bottom: 2px solid #d3d3d3; color: #d3d3d3;
@ -44,14 +58,14 @@ input{
#todos, #todos li{ #todos, #todos li{
font-family: 'Orbitron', sans-serif; font-family: 'Pixel', sans-serif;
font-size: 14px; font-size: 14px;
display: block; display: block;
max-height: 25px; max-height: 25px;
} }
.deleteButton{ .deleteButton{
font-family: 'Orbitron', sans-serif; font-family: 'Pixel', sans-serif;
font-size: 14px; font-size: 14px;
border: none; border: none;
color: #d3d3d3; color: #d3d3d3;