This commit is contained in:
2025-09-15 16:30:24 -06:00
parent a4ff18076a
commit 6e23de8f12
61 changed files with 1103 additions and 687 deletions

117
irpg-web/rw.css Normal file
View File

@@ -0,0 +1,117 @@
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: #202020;
background-image: url(wall.gif);
color: #c0c0c0;
margin: 10px;
text-align: justify;
}
h1 { margin-bottom: 0px; margin-top: 0px; }
h2 { margin-bottom: 0px; }
p.small { margin: 0px; font-size: smaller; }
a { text-decoration: none; color: #FF4040; }
a:hover { text-decoration: underline; color: #FF8080; }
div.head {
border: 1px solid #c0c0c0;
text-align: left;
width: 100%;
margin-bottom: 10px;
background: #151515;
}
div.menu {
width: 120px;
position: relative;
float: left;
border: 1px solid #c0c0c0;
background: #151515;
}
div#menu a.home { color: #c0c0c0; background: #202020; border: 1px solid #c0c0c0; }
div#menu a.home:hover { background: #202020; border: 1px solid #c0c0c0; }
div#menu a {
text-align: center;
width: 118px;
margin: 0px;
display: block;
border: 1px solid #c0c0c0
}
div#menu a:hover { border: 1px solid #c0c0c0; background: #202020; text-decoration: none; }
div.content {
border: 1px solid #c0c0c0;
margin-left: 130px;
margin-top: 0px;
padding: 10px;
background: #202020;
}
div.footer {
border: 1px solid #c0c0c0;
margin-left: 130px;
margin-top: 10px;
padding: 10px;
background: #202020;
text-align: center
}
table.uniques {
border: 1px solid #c0c0c0;
padding: 5px;
text-align: left;
}
table.uniques td {
padding-left: 10px;
}
table.penalty {
border: 1px solid #c0c0c0;
padding: 5px;
text-align: left;
}
table.penalty th {
text-align: right;
}
table.penalty td {
}
/* Styles for the userlist */
li.online { font-weight: bold; }
li.offline { color: #c0c0c0; }
a.offline { color: #707070; }
#map {
width: 500px;
height: 500px;
background-image: url(newmap.png);
}
table.forum {
border: 1px solid #c0c0c0;
table-layout: fixed;
overflow: auto;
}
table.forum td,tr,caption,thead,tfoot,th {
padding-left: 10px;
padding-right: 10px;
}
.tdblue { background-color: #ffffdf; }
.tdgray { background-color: #eeeee0; }
.tdred {
border: 1px solid red;
background-color: #202020;
}
.smallest {
font-size: 11px;
}
table th {
white-space: nowrap;
}