Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-size: 90%;
- color: #000;
- background: #fadcdc;
- background-image: linear-gradient(to bottom, #f5a6a6 0,transparent 260px);
- font-family: arial, helvetica, sans-serif;
- }
- .innerPost {
- display: inline-block;
- border-radius: 0 8px 0 0;
- padding: 0.25em;
- max-width: 82%;
- background: #fab4c4;
- border: 3px outset #f06989;
- margin: 6px;
- }
- .noEmailName, .noEmailName:hover {
- color: #e80036;
- text-shadow: 1px 1px green;
- cursor: default;
- content: "Cakeanon" !important;
- content-visibility: visible;
- }
- .quoteLink {
- color: #013d78;
- }
- .linkSelf, .linkQuote, .labelStats {
- color: #013d78;
- text-decoration: underline;
- }
- .dropzone {
- cursor: pointer;
- text-align: center;
- padding: 5px;
- margin-bottom: 10px;
- transition: all 0.2s ease 0s;
- background: #fab4c4;
- border: 3px double #ff00a2;
- }
- #postingForm th, .modalTableBody th, #postingForm input[type=submit], #qrbutton {
- font-size: 80%;
- padding-left: 0.25em;
- padding-right: 1em;
- background: #fab4c4;
- border: 3px double #ff00a2;
- }
- #newPostFieldset legend {
- border-radius: 8px 8px 0 0;
- width: calc(100% - 15px);
- margin-left: -1px;
- background: #fab4c4;
- border: 3px double #ff00a2;
- }
- a, .glowOnHover {
- color: #013d78;
- cursor: pointer;
- text-decoration: none;
- }
- hr {
- border: 2px dashed #de5796;
- border-bottom: none;
- }
- nav {
- color: #ff1c86;
- background-color: #fab4c4;
- border-bottom: 1px #ff1c86;
- text-align: left;
- font-size: 85%;
- position: fixed !important;
- top: -1px;
- left: 0;
- width: 100%;
- z-index: 1;
- padding: 0 4px 2px 4px;
- }
- .floatingList, .floatingMenu, .modalForm, input[type=button], input[type=submit], button {
- background: #fab4c4;
- color: #000;
- border: 3px double #ff00a2;
- }
- div.innerPost.markedPost{
- background: #f58ca4;
- color: white;
- border-radius: 7px;
- border: 2px red dashed;
- }
- .catalogCell {
- border-radius: 0 11px 0 0;
- border: 1px inset #ff00a2;
- background: #fab4c4;
- display: inline-block;
- width: 12em;
- height: 14em;
- padding: 0.25em;
- margin: 0.1em;
- overflow-x: hidden;
- overflow-y: auto;
- }
- .catalogCell:hover {
- border-radius: 0 14px 0 0;
- border: 2px outset #ff00a2;
- background: #fab4c4;
- display: inline-block;
- width: 12em;
- height: 14em;
- padding: 0.25em;
- margin: 0.1em;
- overflow-x: hidden;
- overflow-y: auto;
- }
- .titleFieldset {
- padding: 1em;
- width: 70%;
- display: inline-block;
- text-align: left;
- background: pink;
- border: 2px outset deeppink;
- }
- fieldset legend {
- font-weight: bold;
- font-size: 80%;
- padding: 4px;
- width: 100%;
- background: plum;
- border: 2px outset deeppink;
- }
- #indexWrapper > fieldset {
- margin-bottom: 8px;
- width: calc(100% - 2em);
- background: plum;
- }
- input[type=button], input[type=submit], button, .dropzone, .selectedCell {
- border: 2px inset deeppink;
- background: pink;
- color: deeppink;
- font-weight: bold;
- font-size: 80%;
- }
- input[type=button]:hover, input[type=submit]:hover, button:hover, .dropzone:hover, .selectedCell:hover {
- border: 2px outset deeppink;
- background: pink;
- color: deeppink;
- font-weight: bold;
- font-size: 80%;
- }
- #quick-reply th {
- text-align: center;
- background: #fab4c4;
- border: 2px inset deeppink;
- }
- #quick-reply th:hover {
- text-align: center;
- background: #fab4c4;
- border: 2px outset deeppink;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement