First commit of current staging content.
This commit is contained in:
commit
d72e9b623a
55 changed files with 2217 additions and 0 deletions
80
files/CSS-examples.txt
Normal file
80
files/CSS-examples.txt
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
.bookmark a.digg {
|
||||
background:url(/images/icons/digg.gif) no-repeat 0 50%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 95%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: white;
|
||||
background-color: #ddd;
|
||||
height: 1px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #eee;
|
||||
color: inherit;
|
||||
padding: 0.3em 1em 1em 1em;
|
||||
border: 1px dotted #999;
|
||||
overflow: auto;
|
||||
margin: 1em 0 1em 1.5em;
|
||||
}
|
||||
|
||||
a .donatethumb:hover {
|
||||
background: #ccc;
|
||||
color: inherit;
|
||||
}
|
||||
a .introthumb:hover {
|
||||
background: #ccc;
|
||||
color: inherit;
|
||||
}
|
||||
#main-body a {
|
||||
color: #147;
|
||||
background-color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#main-body a:hover {
|
||||
text-decoration: none;
|
||||
color: #06c;
|
||||
background-color: inherit;
|
||||
}
|
||||
#footer a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
img.screenthumb {
|
||||
vertical-align: middle;
|
||||
background-color: #eee;
|
||||
color: inherit;
|
||||
border-bottom: 1px solid #a9a9a9;
|
||||
border-right: 1px solid #a9a9a9;
|
||||
padding: 8px;
|
||||
margin: 25px 25px 0 0;
|
||||
}
|
||||
|
||||
a img.screenthumb:hover {
|
||||
background: #ccc;
|
||||
color: inherit;
|
||||
}
|
||||
img {
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
1
files/README
Normal file
1
files/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
This directory is for storage of any files which should NOT be directly accessible via the web.
|
||||
55
files/banner.txt
Normal file
55
files/banner.txt
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
|
||||
_ _
|
||||
__ |``: __ ___. | , __ __ __ _ ___
|
||||
(__` |`` __) / ` |.( | | __) |'` /___)
|
||||
| .__) _|_ (__|_ '.__. _| \_ \_/\_/ (__|_ _|_ '.__.
|
||||
|
|
||||
|__________________________________________________ | | |_/
|
||||
\_/ | \
|
||||
is kindly sponsored by:
|
||||
*** _ _ _ _ **********
|
||||
***** | | | | | | / | **' _ '.**
|
||||
;'. ******* | | | | | !.' / ***`-' ) :**
|
||||
.' `-,*** | | | | | | ******,' .'**
|
||||
,~ ~\, ,, | !__! | | |'. \ ***.' :****
|
||||
.~ ~-._ .' ~. '-.__.-' |_| \_| **:______:*
|
||||
.' File Away Limited `-' `-. A THG Company **********
|
||||
http://www.file-away.co.uk/ http://www.uk2.net/
|
||||
|
||||
Please take a moment to visit these sponsors using the links above!
|
||||
- --------------------------------------------------------------------------- -
|
||||
|
||||
ACCESS: This service can be accessed via:
|
||||
HTTP: http://slackware.uk/
|
||||
HTTPS: https://slackware.uk/
|
||||
FTP: ftp://slackware.uk/
|
||||
Rsync: rsync://slackware.uk/
|
||||
|
||||
NOTICE: All connections and transfers are logged. By accessing this
|
||||
service you implicitly agree to our collecting your IP address for
|
||||
analytics purposes. We do not collect or hold any user identifying data.
|
||||
Do not use multiple concurrent connections or "make your downloads
|
||||
faster" applications.
|
||||
Access to this service is a privilege, not a right - abusive users will
|
||||
be firewalled without warning.
|
||||
|
||||
NOTICE TO MIRRORS: If you are running a mirroring service and pulling data
|
||||
from multiple repositories on a regular basis, please email for access
|
||||
to the top-level repo - so you can pull everything in one go.
|
||||
We do not operate any blacklisting or whitelisting on access to
|
||||
repositories at this time.
|
||||
|
||||
MIRRORING REQUESTS: This service is primarily intended to provide a
|
||||
mirror service for Slackware Linux based projects. If you run a
|
||||
Slackware based project or have a suggestion for a project which may
|
||||
benefit from being mirrored here, please email with full details.
|
||||
|
||||
DONATIONS: If you use this service on a regular basis, and would like to
|
||||
make a one-off or recurring donation towards the ongoing running costs,
|
||||
please Paypal an amount you feel is appropriate to: <donate (at)
|
||||
slackware.uk>. All donations will be gratefully received - thank you!
|
||||
|
||||
Darren 'Tadgy' Austin
|
||||
Email: <mirrors (at) slackware.uk>
|
||||
IRC: On Libera.Chat, join #slackware.uk channel or PM 'Tadgy'
|
||||
- --------------------------------------------------------------------------- -
|
||||
Loading…
Add table
Add a link
Reference in a new issue