Files
idk.i2p/style.css

166 lines
2.5 KiB
CSS
Raw Normal View History

2022-10-22 17:31:02 -04:00
/* edgar default CSS file */
body {
2022-10-22 17:31:02 -04:00
font-family: "Roboto";
font-family: monospace;
text-align: justify;
background-color: #373636;
color: whitesmoke;
font-size: 1.15em;
}
ul {
2022-10-22 17:31:02 -04:00
width: 55%;
display: block;
}
2022-10-22 17:31:02 -04:00
ol {
width: 55%;
display: block;
}
2022-10-22 17:31:02 -04:00
li {
margin-top: 1%;
}
2022-10-22 17:31:02 -04:00
p {
max-width: 90%;
margin-top: 1%;
margin-left: 3%;
margin-right: 3%;
}
2022-10-22 17:31:02 -04:00
img {
float: left;
top: 5%;
left: 5%;
max-width: 60%;
display: inline;
padding-right: 2%;
}
2022-10-22 17:31:02 -04:00
.inline {
display: inline;
}
2022-10-22 17:31:02 -04:00
.link-button:focus {
outline: none;
}
2022-10-22 17:31:02 -04:00
.link-button:active {
color: red;
}
2022-10-22 17:31:02 -04:00
code {
font-family: monospace;
border-radius: 5%;
padding: 1%;
border-color: darkgray;
font-size: .9em;
}
2022-10-22 17:31:02 -04:00
a {
color: #C6D9FE;
padding: 1%;
}
2022-10-22 17:31:02 -04:00
ul li {
color: #C6D9FE;
2020-01-28 11:26:12 -05:00
}
2022-10-22 17:31:02 -04:00
iframe {
background: aliceblue;
border-radius: 15%;
margin: 2%;
}
2022-10-22 17:31:02 -04:00
.container {
width: 36vw;
height: 64vh;
display: inline-block;
margin: 0;
padding: 0;
}
2022-10-22 17:31:02 -04:00
.editor-toolbar a {
display: inline-block;
text-align: center;
text-decoration: none !important;
color: whitesmoke !important;
}
2022-10-22 17:31:02 -04:00
#feed {
width: 60vw;
height: unset !important;
margin: 0;
padding: 0;
float: right;
background-color: #373636;
color: whitesmoke;
border: #C6D9FE solid 1px;
}
2022-10-22 17:31:02 -04:00
.thread-post,
.thread {
color: whitesmoke !important;
background-color: #373636;
border: 1px solid darkgray;
font-size: inherit;
padding-top: 1%;
padding-bottom: 1%;
}
2022-10-22 17:31:02 -04:00
.thread-post {
margin-left: 4%;
}
2022-10-22 17:31:02 -04:00
input {
text-align: center;
color: whitesmoke !important;
background-color: #373636;
border: 1px solid darkgray;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
padding-top: 1%;
padding-bottom: 1%;
}
2022-10-22 17:31:02 -04:00
.thread-hash {
text-align: right;
color: whitesmoke !important;
background-color: #373636;
border: 1px solid darkgray;
font-size: inherit;
padding-top: 1%;
padding-bottom: 1%;
}
2022-10-22 17:31:02 -04:00
.post-body {
text-align: left;
color: whitesmoke !important;
font-size: inherit;
padding-top: 1%;
padding-bottom: 1%;
}
2022-10-22 17:31:02 -04:00
#show {display:none; }
#hide {display:block; }
#show:target {display: block; }
#hide:target {display: none; }
2022-10-22 17:31:02 -04:00
#shownav {display:none; }
#hidenav {display:block; }
#shownav:target {display: block; }
#hidenav:target {display: none; }
2022-10-22 17:31:02 -04:00
#navbar {
float: right;
width: 15%;
}
2022-10-22 17:31:02 -04:00
#returnhome {
font-size: xxx-large;
display: inline;
2020-01-28 11:26:12 -05:00
}
2022-10-22 17:31:02 -04:00
h1 {
display: inline;
2020-10-08 22:08:10 -04:00
}