tbmcplugins.github.io/custom.css

85 lines
1.2 KiB
CSS
Raw Permalink Normal View History

body {
background-image: url("stoneBrick.png");
background-repeat: repeat;
}
canvas {
padding: 20;
margin-left: auto;
margin-right: auto;
display: block;
width: 570px;
height: 170px;
box-shadow: 10px 10px 5px #333333;
}
h1{
font-family: "Verdana", serif;
text-align: center;
font-size: 4em;
color: white;
text-shadow: 8px 8px 10px #222222;
}
h3{
font-family: "Verdana", serif;
2017-04-27 20:59:55 +00:00
font-size: 1.7em;
color: white;
text-shadow: 3px 3px 3px #222222;
}
2017-04-27 20:59:55 +00:00
a{
color: white;
}
#buttonDiv {
2017-04-27 07:56:39 +00:00
width: 500px;
height: 170px;
2017-04-27 20:33:06 +00:00
margin: auto;
}
2017-04-27 20:59:55 +00:00
#dynmap {
margin-right: auto;
margin-left: auto;
text-align: center;
}
#reddit {
margin-right: auto;
margin-left: auto;
text-align: center;
}
#discord {
margin-right: auto;
margin-left: auto;
text-align: center;
}
#donate{
margin-right: auto;
margin-left: auto;
text-align: center;
}
#bitcoinQRcode{
margin-right: auto;
margin-left: auto;
text-align: center;
}
2017-04-27 07:56:39 +00:00
#worlds
{
margin: auto;
width: 80%;
text-align: center;
}
2017-06-11 08:49:29 +00:00
#worlds table, td, th
2017-04-27 07:56:39 +00:00
{
border: 2px solid white;
2017-04-27 20:33:06 +00:00
}
table
{
width: 100%;
2017-04-27 07:56:39 +00:00
}
2017-06-11 08:49:29 +00:00
a, p, td, th
2017-04-27 07:56:39 +00:00
{
font-family: "Verdana", serif;
color: white;
text-shadow: 1px 1px 1px #222222;
}