changed font
This commit is contained in:
parent
9cfda6f0bd
commit
dcdae68c3d
BIN
font/LLPIXEL3.ttf
Executable file
BIN
font/LLPIXEL3.ttf
Executable file
Binary file not shown.
BIN
font/llpixel.zip
Normal file
BIN
font/llpixel.zip
Normal file
Binary file not shown.
BIN
font/pixel_lcd7.zip
Normal file
BIN
font/pixel_lcd7.zip
Normal file
Binary file not shown.
BIN
font/pixel_lcd7/Pixel LCD-7.fon
Executable file
BIN
font/pixel_lcd7/Pixel LCD-7.fon
Executable file
Binary file not shown.
BIN
font/pixel_lcd7/Pixel-LCD-7.ttf
Executable file
BIN
font/pixel_lcd7/Pixel-LCD-7.ttf
Executable file
Binary file not shown.
BIN
font/pixel_lcd7/pixel_lcd-7_icon.png
Executable file
BIN
font/pixel_lcd7/pixel_lcd-7_icon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 538 B |
BIN
font/pixel_lcd7/pixel_lcd-7_screen.png
Executable file
BIN
font/pixel_lcd7/pixel_lcd-7_screen.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
48
font/pixel_lcd7/readme.txt
Executable file
48
font/pixel_lcd7/readme.txt
Executable 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
13
fonts.css
Normal 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');
|
||||||
|
}
|
|
@ -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
BIN
images/4chanpixel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
images/bookpixel.png
Normal file
BIN
images/bookpixel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
images/bookpixel2.png
Normal file
BIN
images/bookpixel2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
22
todo.css
22
todo.css
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user