Commit of old slackware.uk site content (before themes).
This commit is contained in:
commit
085631e3d3
34 changed files with 3091 additions and 0 deletions
101
html/old/index.css
Normal file
101
html/old/index.css
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("/html/circuit.png");
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #f0f0f0;
|
||||
border: 1px solid #070707;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
background: #f0f0f0;
|
||||
border: 1px solid #070707;
|
||||
padding-left: 10;
|
||||
padding-top: 2;
|
||||
padding-right: 10;
|
||||
padding-bottom: 2;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*.searchbar {*/
|
||||
/* margin: auto;*/
|
||||
/* width: 100%;*/
|
||||
/* height: 25px;*/
|
||||
/* text-align: right;*/
|
||||
/* margin-left: 90%;*/
|
||||
/* margin-right: 10%;*/
|
||||
/* width: 300px;*/
|
||||
/* text-align: center;*/
|
||||
/*}*/
|
||||
|
||||
.search {
|
||||
background: #f0f0f0;
|
||||
border: 1px solid #070707;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
/*.searchbuttonX {*/
|
||||
/* color: white;*/
|
||||
/* float: right;*/
|
||||
/* width: 15px;*/
|
||||
/* height: 15px;*/
|
||||
/* border-radius: 50%;*/
|
||||
/* background: #f0f0f0;*/
|
||||
/* display: flex;*/
|
||||
/* justify-content: center;*/
|
||||
/* align-items: center;*/
|
||||
/* transition: 0.4s;*/
|
||||
/*}*/
|
||||
|
||||
.searchinput {
|
||||
border: none;
|
||||
background: #f0f0f0;
|
||||
outline: none;
|
||||
color: #000000;
|
||||
font-size: 11px;
|
||||
box-sizing: border-box;
|
||||
/* border-bottom: 1px solid #000000;*/
|
||||
padding-left: 10;
|
||||
padding-top: 2;
|
||||
padding-right: 10;
|
||||
padding-bottom: 2;
|
||||
background-color: #f0f0f0;
|
||||
background-image: url('https://slackware.uk/html/search.png');
|
||||
background-size: 15px 15px;
|
||||
background-position: 2px 2px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.searchresults {
|
||||
background: #f0f0f0;
|
||||
border: 1px solid #070707;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue