Get rid of a redundant directory level.
This commit is contained in:
56
nohix/data/genericstyle.css
Normal file
56
nohix/data/genericstyle.css
Normal file
@@ -0,0 +1,56 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #666;
|
||||
color: #ccc;
|
||||
margin: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
div {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
padding: 5px;
|
||||
border: 5px solid #333;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
div.simple {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
div.simple > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.clear {
|
||||
clear: both;
|
||||
float: none;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
padding: 1px 3px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a:link {
|
||||
background-color: #bbeaf8;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
background-color: #d6bbf8;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #a2b8ec;
|
||||
}
|
||||
12
nohix/data/slogans
Normal file
12
nohix/data/slogans
Normal file
@@ -0,0 +1,12 @@
|
||||
Unknowingly the best website in the universe
|
||||
Not to be confused with 42
|
||||
It equals π!
|
||||
Never has a website had this much content.
|
||||
Hello Dave.
|
||||
I do not possess artificial intelligence.. Oops.
|
||||
Breaking the digitial barriers of tomorrow
|
||||
This sentence has no punchline.
|
||||
Making technical restrictions go away
|
||||
Making it possible to travel 4 au in -4 seconds
|
||||
Redefining the purpose of redefining
|
||||
Producing code snippets faster than it takes to not produce them
|
||||
Reference in New Issue
Block a user