| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- /*SCREEN.CSS - All styling for the screen view of the site should be done here*/
- /*Global tag based changes go here*/
- a {
- color: rgb(0,0,0);
- border: 0px;
- }
- body {
- color: black;
- background-color: gray;
- font-family: sans-serif;
- font-size: 150%;
- }
- img {
- border: 0px;
- }
- table {
- border-spacing: 0px;
- }
- td {
- padding: 0px;
- margin: 0px;
- }
- hr {
- width: 100%
- }
- ul {
- list-style-type: disc;
- }
- pre {
- margin-top: .25em;
- margin-bottom: .25em;
- white-space: pre-wrap;
- font-family: sans-serif;
- font-size: 1em;
- }
- textarea {
- height: 10em;
- width: 99%;
- background-color: #333;
- height: 15em;
- }
- /*Major DOM Element Styling goes below*/
- #topkek {
- background: rgb(0,0,0);
- box-shadow: 0 .25em .5em black;
- }
- .toplel {
- color: white;
- vertical-align: middle;
- }
- #lefttitle {
- font-family: courier;
- font-size: 1em;
- font-weight: bold;
- }
- #midtitle {
- text-align: center;
- }
- #righttitle {
- text-align: right;
- }
- #righttitle a, #configbar a {
- padding-right: .5em;
- border-right: .1em #333 solid;
- }
- #righttitle a:last-child, #configbar a:last-child {
- border-right: 0;
- }
- #menubutton {
- vertical-align: middle;
- }
- #littlemenu {
- background-color: rgb(0,0,0);
- background-color: rgba(0,0,0,.75);
- border-bottom-left-radius: 1em;
- }
- #leftbar {
- }
- #kontent {
- background: rgb(255,255,255); /*IE Fallback*/
- background: rgba(255,255,255,.90);
- border-radius: 0px 0px 1em 1em;
- box-shadow: 0 .5em 1em black;
- }
- #rightbar {
-
- }
- #footbar {
- color: white;
- background-color: black;
- text-align: center;
- }
- #stories {
- vertical-align: top;
- }
- /*Icon/Button styles below*/
- .rss {
- border: 0px;
- height: 1em;
- width: 1em;
- background-size: 1em;
- background-image: url(../img/icon/rss.png);
- display: inline-block;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon/rss.png', sizingMethod='scale');
- -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon/rss.png', sizingMethod='scale')";
- }
- .usericon, .buddyicon {
- width: 1em;
- height: 1em;
- float: right;
- background-size: 1em;
- }
- .avatar {
- width: 3em;
- height: 3em;
- float: left;
- background-size: 3em;
- }
- button#clickme {
- display: inline;
- float: right;
- box-shadow: 0px 0px 0.5em #66CCFF;
- padding: 0 .25em;
- font-size: .60em;
- background-color: #333;
- border-radius: .5em;
- border: .25em solid black;
- color: red;
- }
- button#clickme:active {
- padding-left: .30em;
- border-color: gray;
- }
- .coolbutton, .cooltext, textarea {
- box-sizing: border-box;
- border-radius: .5em;
- border: .25em solid black;
- color: white;
- padding: .25em;
- margin: .25em;
- }
- .coolbutton {
- box-shadow: 0 0 .5em black;
- background-color: #333;
- }
- .coolbutton:active {
- padding-left: .30em;
- border-color: gray;
- }
- .cooltext {
- background-color: #333;
- }
- #Submissions input, #Submissions textarea {
- width: 95%;
- display: block;
- margin-right: auto;
- margin-left: auto;
- }
- #Submissions textarea {
- height: 20em;
- vertical-align: top;
- }
- /*Various other stylistic stuff below*/
- a.nudes {
- color: rgb(0,255,0);
- }
- img.icon {
- height: 1em;
- width: 1em;
- }
- img.mblogimg, {
- max-width: 100%;
- display: block;
- }
- h3.blogtitles {
- margin-bottom: .5em;
- margin-top: 0px;
- }
- em.blogdetail {
- font-size: .8em;
- }
- a.topbar {
- text-decoration: none;
- color: white;
- }
- a:hover.topbar {
- text-decoration: underline;
- }
- img.titlebar {
- height: 1.5em;
- float: left;
- }
- p.title {
- padding-top: 0px;
- margin-top: 0px;
- font-weight: bold;
- }
- p#linkcontainer {
- padding: 2em .5em .5em .5em;
- background: rgb(0,0,0); /*IE Fallback*/
- background: rgba(0,0,0,.75);
- border-bottom-left-radius: 1em;
- margin-top: 0px;
- }
- span.bold {
- font-weight: bold;
- }
- p.posteditortitle {
- margin: 0px;
- font-weight: bold;
- border-bottom: .1em solid gray;
- padding: .5em;
- }
- .disabled {
- display: none;
- }
- .clear {
- clear: both;
- }
- .mbedit_text {
- display: inline-block;
- }
- .mbedit_button {
- width: 5em;
- display: inline-block;
- }
- #newposttitle {
- width: 95%;
- display: block;
- box-sizing: border-box;
- }
- #newpostlink {
- color: #990000;
- }
|