Commit new slackware.uk content (with themes).
This commit is contained in:
parent
085631e3d3
commit
e06c1db9cb
54 changed files with 1457 additions and 2572 deletions
124
html/light.css
Normal file
124
html/light.css
Normal file
|
@ -0,0 +1,124 @@
|
|||
a:link {
|
||||
color: #2d3690;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #7715aa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("/html/circuit-light.png");
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 2px;
|
||||
border-width: 0;
|
||||
color: #070707;
|
||||
background-color: #070707;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.subheading {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
font-size: 150%;
|
||||
background: #f0f0f0;
|
||||
border: 2px 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);
|
||||
}
|
||||
|
||||
.header {
|
||||
background: #F0F0F0;
|
||||
border: 2px solid #777;
|
||||
margin: 20;
|
||||
padding-left: 10;
|
||||
padding-top: 10;
|
||||
padding-right: 10;
|
||||
padding-bottom: 10;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.search {
|
||||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.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('/html/search-black.png');
|
||||
background-size: 15px 15px;
|
||||
background-position: 2px 2px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.searchresults {
|
||||
background: #f0f0f0;
|
||||
border: 2px solid #070707;
|
||||
padding-left: 20;
|
||||
padding-right: 20;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.sponsorslist {
|
||||
background: #F0F0F0;
|
||||
border: 2px solid #777;
|
||||
margin: 20;
|
||||
padding-left: 10;
|
||||
padding-top: 10;
|
||||
padding-right: 10;
|
||||
padding-bottom: 10;
|
||||
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue