{css,img,fonts}/: merged into assets.

doc/index.html, index.html: updates URIs.
TODO: moved into assets/.
This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-10-25 02:02:39 +02:00
parent 6180783d2d
commit 042cb2a57b
15 changed files with 132 additions and 13 deletions

View File

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

119
assets/nitelite.css Normal file
View File

@ -0,0 +1,119 @@
.h1 { font-size: 32px }
.h2 { font-size: 24px }
.h3 { font-size: 18.72px }
.h4 { font-size: 16px }
.h5 { font-size: 13.28px }
.h6 { font-size: 10.72px }
[class^=h] {
font-weight: bold;
display:block;
margin-top:8px;
margin-bottom:8px;
}
body {
background:#000;
background-image:url('../assets/tile.jpg');
font-size:16pt;
font-family:times new roman;
color:rgb(255,255,0);
}
i {
color:#0f0!important;
}
a:link {
color:rgb(0,255,255);
}
a:visited {
color:#00f;
}
a:active {
color:#fff;
}
.code {
white-space:pre-wrap;
background: rgba(128,0,128,.3);
color: rgb(255,0,255);
font-size: 16pt;
font-family: Consolas, Menlo, Courier, monospace;
}
.inline {
padding: 1px 4px;
}
.block {
padding:12px 16px;
border-width: 0 0 0 5px;
border-style: solid;
border-color:#0f0;
}
table {
border-spacing: 0px;
border:3px solid #00f;
margin:10px 0;
font-size:20px;
color:#0ff!important;
font-size:12pt!important;
}
td {
padding: 6px 9px;
border:2px solid #00f
}
h1 {
font-size:42px;
margin-bottom:15px;
color:#f0f!important
}
h2 {
color:#0ff!important;
margin-top:15px;
margin-bottom:15px;
}
h3 {
color:#f00!important
}
h4 {
color:#0f0!important
}
h5 {
color:#00f!important
}
a:visited i {
color:#00f!important;
}
a i {
color:#f0f!important
}
a:active i {
color:#ff0!important
}
/*
.logo {
background:url('https://jollo.org/assets/images/logo/rebomine_logo.gif');
width:255px;
height:107px;
float:right;
}
*/

View File

@ -12,11 +12,11 @@ body {
}
@font-face {
font-family: 'FixedsysExcelsior301Regular';
src: url('../fonts/fsex300-webfont.eot');
src: url('../fonts/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/fsex300-webfont.woff') format('woff'),
url('../fonts/fsex300-webfont.ttf') format('truetype'),
url('../fonts/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
src: url('../assets/fsex300-webfont.eot');
src: url('../assets/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
url('../assets/fsex300-webfont.woff') format('woff'),
url('../assets/fsex300-webfont.ttf') format('truetype'),
url('../assets/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@ -69,7 +69,7 @@ a:hover { text-decoration: underline }
}
.transparent {
background-color: transparent;
background-image: url(../img/gray-dither.gif);
background-image: url(../assets/gray-dither.gif);
background-size: 8px 8px;
}
@ -155,10 +155,10 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
cursor: crosshair;
}
.dropper #canvas_rapper {
cursor: url(../img/dropper.gif) 0 15, auto;
cursor: url(../assets/dropper.gif) 0 15, auto;
}
.bucket #canvas_rapper {
cursor: url(../img/bucket.png) 3 15, auto;
cursor: url(../assets/bucket.png) 3 15, auto;
}
#brush_rapper {
border: 1px solid;

BIN
assets/tile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,8 +1,8 @@
<!-- http://jollo.org/licensing/public/LNT-1.txt -->
<meta charset="UTF-8">
<link rel="stylesheet" href="../css/sally.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../css/ak.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="http://jollo.org/assets/jibber/css/nitelite.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../assets/sally.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../assets/ak.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../assets/nitelite.css" type="text/css" charset="utf-8" />
<style>
body { font-family: 'FixedsysExcelsior301Regular'; }
a:nth-of-type(2n+1), a { color: #0f0; }

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>asciiblaster</title>
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="css/sally.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/ak.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="assets/sally.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="assets/ak.css" type="text/css" charset="utf-8" />
</head>
<body class="loading panke">