Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "UTF-8";
- /* NEOBOARDS CSS */
- /* Author: tnt_vandoodle */
- /* Board Index */
- .container {
- background: #201d1d !important;
- /* NEED TO ADD classes for standard container width and color. */
- overflow-x: hidden;
- }
- #boardTopic div.quote {
- color: #201d1d !important;
- }
- #boardTopic ul div li div.boardpost {
- background-color: #201d1d !important
- }
- /*Weird "Resetting reply count" error*/
- #boardTopic ul div {
- color: #d9d9d9 !important;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- }
- #boardTopic ul div a b {
- color: #9181bf !important;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- }
- /* Increase all font sizes*/
- div.boardPostMessage > * {font-size: large !important;}
- div.boardPostMessage * {font-size: large !important;}
- div.boardTopicTitle {font-size: large !important;}
- div.boardPostMessage {font-size: large !important;}
- /*"There are no topics currently available on this board" message*/
- #boardList ul p {
- color: #cfc9c9;
- }
- /*New General Discussion Board Description BG Color Fix*/
- span.boardDesc-sub p span {background-color: transparent !important; color: #cfc9c9 !important; font-family: "MuseoSansRounded500", 'Arial', sans-serif !important;}
- /* --- */
- #boardIndex,
- #boardList,
- #boardTopic,
- #boardCreateTopic {
- width: 95%;
- margin: 20px auto;
- box-sizing: border-box;
- border: 1px solid #cfc9c9;
- border-radius: 5px;
- overflow: hidden;
- }
- #boardIndex h1,
- #boardList h1 {
- margin: auto 0;
- font-size: 18pt;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- display: inline-block;
- }
- #boardList h1 {
- width: calc(100% - 45px - 45px);
- line-height: 18pt;
- vertical-align: middle;
- }
- #boardIndex h2,
- #boardList h2 {
- margin: auto;
- text-align: center;
- font-size: 12pt;
- line-height: 12pt;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- }
- #boardIndex ul,
- #boardList ul,
- #boardTopic ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #boardList > ul > li:nth-child {
- background-color: #f02121;
- }
- #boardTopic form,
- #boardCreateTopic form {
- margin: auto;
- /* Clear any user agent margins. */
- }
- #boardIndex ul li {
- display: grid;
- grid-template-rows: auto;
- grid-template-columns: 50px 500px 1fr 1fr 1fr;
- padding: 10px;
- box-sizing: border-box;
- }
- @media screen and (min-width: 751px) and (max-width:900px) {
- #boardIndex ul li {
- grid-template-columns: 50px 60% 1fr 1fr 1fr;
- }
- }
- @media screen and (min-width: 601px) and (max-width:750px) {
- #boardIndex ul li {
- grid-template-columns: 50px 65% 1fr 1fr;
- }
- #boardIndex ul li .premiumBoardButton {
- grid-column: 3/5;
- }
- }
- @media screen and (min-width: 481px) and (max-width:600px) {
- #boardIndex ul li {
- grid-template-columns: 50px 70% 1fr;
- }
- #boardIndex ul li .premiumBoardButton {
- grid-column: 3/4;
- }
- }
- @media screen and (max-width: 750px) {
- #boardIndex ul li .comments,
- #boardIndex ul li .commentsTitle {
- display: none !important;
- }
- }
- @media screen and (max-width: 600px) {
- #boardIndex ul li .topics,
- #boardIndex ul li .topicsTitle {
- display: none !important;
- }
- }
- @media screen and (max-width: 480px) {
- #boardIndex ul li .recent,
- #boardIndex ul li .recentTitle,
- #boardIndex ul li .boardDesc-sub {
- display: none !important;
- }
- #boardIndex ul li {
- grid-template-columns: 50px auto;
- }
- #boardIndex ul li .boardDesc {
- display: flex;
- align-items: center;
- }
- #boardIndex .boardIcon {
- min-height: 40px;
- }
- #boardIndex ul li .premiumBoardButton {
- grid-column: 1/3;
- grid-row: 2/3;
- }
- }
- #boardIndex div.boardDesc > a > h4:hover {
- text-decoration: underline !important;
- }
- #boardIndex ul li:nth-child(odd),
- #boardList ul li:nth-child(odd) {
- background-color: #201d1d;
- color: #cfc9c9;
- }
- #boardIndex ul li span.boardDesc-sub > p > a > strong {
- color: #BA93F2
- }
- #boardIndex ul li span.boardDesc-sub > p > a > strong:hover {
- color: #cfc9c9;
- text-decoration: underline
- }
- div.boardTopicTitle > a > span:hover {
- text-decoration: underline;
- }
- div.postAuthorInfo > span {
- color: #000000 !important;
- text-transform: uppercase;
- font-family: 'MuseoSansRounded500', Arial, Helvetica, sans-serif;
- font-size: 10pt;
- background-color: #FFFF00;
- }
- #boardIndex ul li:nth-child(even),
- #boardList ul li:nth-child(even) {
- background-color: #363030;
- color: #cfc9c9;
- }
- div.boardtopictitle > a > span {
- color: #BA93F2 !important
- }
- #boardList div.Author > a:hover {
- text-decoration: underline;
- }
- #boardList div.last > a > span:hover {
- text-decoration: underline;
- }
- #boardIndex h3 {
- width: 100%;
- margin: auto;
- padding: 5px 10px;
- box-sizing: border-box;
- font-size: 14pt;
- line-height: 13pt;
- /* background-color: #e2e2e2;
- color:#525252;*/
- background-color: #9181bf !important;
- color: #000000;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- letter-spacing: 1.2px;
- }
- #boardIndex ul li a,
- #boardList ul a {
- text-decoration: none;
- }
- #boardIndex ul li h4 {
- color: #BA93F2 !important;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 12pt;
- line-height: 12pt;
- margin: auto;
- letter-spacing: 1.3px;
- }
- #boardIndex ul li h4:hover {
- color: #BA93F2 !important;
- }
- #boardIndex ul li p {
- margin: 5px auto auto;
- font-size: 10pt;
- font-family: "MuseoSansRounded500", 'Arial', sans-serif;
- }
- #boardIndex .boardIcon {
- width: 100%;
- height: 100%;
- background-size: contain;
- background-repeat: no-repeat;
- background-position: center;
- min-height: 50px;
- }
- #boardIndex ul li .topics,
- #boardIndex ul li .comments,
- #boardIndex ul li .recent,
- #boardList ul li .author,
- #boardList ul li .replies,
- #boardList ul li .last {
- text-align: center;
- color: #cfc9c9;
- font-family: "MuseoSansRounded500", 'Arial', sans-serif;
- font-size: 10pt;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- #boardIndex ul li .topicsTitle,
- #boardIndex ul li .commentsTitle,
- #boardIndex ul li .recentTitle,
- #boardList ul li .authorTitle,
- #boardList ul li .repliesTitle,
- #boardList ul li .lastTitle {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- #boardIndex ul li .boardDesc {
- padding: 0 0 0 15px;
- box-sizing: border-box;
- }
- #boardIndex .boardTitle {
- grid-column: 1/3;
- display: flex;
- align-items: center;
- }
- #boardIndex .premiumBoardDesc {
- display: flex;
- align-items: center;
- }
- #boardIndex .premiumBoardDesc p {
- margin: auto 0 !important;
- }
- #boardIndex .premiumLockedIcon {
- background-image: url(../../../neoboards/boardIcons/nopremium.jpg);
- }
- #boardIndex ul li .premiumBoardButton {
- text-align: center;
- font-family: "Palanquin", 'Arial-Bold', sans-serif;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 12pt !important;
- line-height: 12pt;
- }
- #boardIndex ul li .premiumBoardButton a {
- color: #3b54b4;
- }
- @media screen and (min-width: 751px) {
- #boardIndex ul li .premiumBoardButton {
- grid-column: 5/6;
- }
- }
- #boardIndex ul li .q-button-neoboards,
- #boardList ul li .q-button-neoboards,
- #boardList ul li .back-button-neoboards,
- #boardTopic ul .back-button-neoboards {
- width: 35px !important;
- height: 35px !important;
- border-radius: 50% !important;
- margin-left: auto;
- }
- /* Board List */
- #boardList ul li .q-button-neoboards,
- #boardList ul li .back-button-neoboards,
- #boardTopic ul .back-button-neoboards {
- display: inline-block;
- vertical-align: middle;
- }
- #boardList ul li .back-button-neoboards,
- #boardTopic ul .back-button-neoboards {
- margin-right: 10px;
- }
- #boardList ul li {
- display: grid;
- grid-template-rows: auto;
- grid-template-columns: 500px 1fr 1fr 1fr;
- grid-gap: 10px;
- padding: 10px;
- box-sizing: border-box;
- }
- @media screen and (min-width: 851px) {
- #boardList .breadcrumbs {
- grid-column: 1/5;
- }
- #boardList ul .boardNavTop .pageNav {
- grid-column: 2/5;
- }
- }
- @media screen and (min-width: 851px) and (max-width:950px) {
- #boardList ul li {
- grid-template-columns: 53% 1fr 1fr 1fr;
- }
- }
- @media screen and (min-width: 701px) and (max-width:850px) {
- #boardList ul li {
- grid-template-columns: 55% 1fr 1fr;
- }
- #boardList .breadcrumbs {
- grid-column: 1/4;
- }
- #boardList ul .boardNavTop .pageNav {
- grid-column: 2/4;
- }
- }
- @media screen and (max-width: 850px) {
- #boardList ul li .replies,
- #boardList ul li .repliesTitle {
- display: none !important;
- }
- }
- @media screen and (max-width: 700px) {
- #boardList ul li .author,
- #boardList ul li .authorTitle,
- #boardList ul li .last,
- #boardList ul li .lastTitle {
- display: none !important;
- }
- #boardList ul li .mobileBoardStats {
- display: block;
- }
- #boardList ul li {
- display: block;
- /* used to override display:grid */
- }
- #boardList .breadcrumbs {
- margin-bottom: 10px;
- }
- #boardList ul li .boardTopicTitle {
- margin-bottom: 5px;
- }
- #boardList ul .createTopicButton a {
- margin: 10px auto;
- }
- #boardList ul .pageNav {
- margin: auto;
- }
- #boardList ul .boardNavBottom .pageNav {
- display: block;
- }
- }
- @media screen and (max-width: 460px) {
- #boardList ul .pageNavTitle,
- #boardTopic ul .pageNavTitle {
- /*display:block;*/
- display: none;
- margin: auto;
- width: fit-content;
- -moz-width: fit-content;
- }
- }
- span.pageNavTitle {
- color: #cfc9c9;
- }
- @media screen and (min-width: 701px) {
- #boardList ul li .mobileBoardStats {
- display: none !important;
- }
- #boardList ul .createTopicButton a {
- margin: 5px;
- background-color: #3bc92e !important;
- background: -webkit-linear-gradient(#3bc92e, #2b8a27);
- background: -moz-linear-gradient(#3bc92e, #2b8a27);
- background: linear-gradient(#3bc92e, #2b8a27);
- border-radius: 15px;
- -webkit-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- -moz-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- }
- #boardList ul .pageNav {
- margin-left: auto;
- }
- #boardList ul .boardNavBottom {
- display: grid;
- grid-template-columns: 300px auto;
- }
- #boardList ul .boardNavBottom .pageNav {
- grid-column: 2/3;
- }
- }
- #boardList ul .createTopicButton a:Hover {
- text-decoration: underline !important;
- }
- #boardList ul li .mobileBoardStats {
- display: block;
- width: 100%;
- }
- #boardList ul li .author-mobile,
- #boardList ul li .replies-mobile,
- #boardList ul li .last-mobile {
- font-size: 9pt;
- line-height: 13pt;
- display: inline-block;
- margin-right: 20px;
- font-family: "MuseoSansRounded500", 'Arial', sans-serif;
- }
- h3.NeoboardPenTitle {
- color: #cfc9c9 !important;
- }
- div.neoboardpen > label.neoboardpenlabel {
- color: #cfc9c9 !important;
- }
- #boardList ul li .boardTitle {
- /* display: flex;
- align-items: center;*/
- }
- #boardList .breadcrumbs,
- #boardTopic .breadcrumbs {
- /* margin-bottom: 5px; */
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 12pt;
- line-height: 12pt;
- color: #cacaca !important;
- }
- #boardList .breadcrumbs a,
- #boardTopic .breadcrumbs a {
- color: #9181bf !important;
- }
- #boardList .breadcrumbs a:hover,
- #boardTopic .breadcrumbs a:hover {
- text-decoration: underline !important;
- color: #9181bf !important;
- }
- #boardList ul li .boardTitleIcon,
- #boardTopic ul .topicTitleIcon {
- display: inline-block;
- vertical-align: middle;
- width: 35px;
- height: 35px;
- margin-right: 10px;
- background-size: 100%;
- background-repeat: no-repeat;
- background-position: center;
- }
- #boardList ul .boardNavTop .pageNav {
- grid-row: 2/3;
- }
- #boardList ul li .boardTopicTitle {
- font-size: 11pt;
- line-height: 12pt;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- color: #BA93F2;
- }
- #boardList ul li a {
- color: inherit;
- }
- #boardList ul li .author {
- font-family: "MuseoSansRounded700", 'Arial', sans-serif !important;
- color: #BA93F2 !important;
- }
- #boardList ul li .last a,
- #boardList ul li .last-mobile a,
- #boardList ul li .author-mobile a {
- color: #BA93F2 !important;
- }
- #boardList ul li .last a:hover,
- #boardList ul li .last-mobile a:hover,
- #boardList ul li .author-mobile a:hover {
- color: #BA93F2 !important;
- }
- #boardList ul .createTopicButton a {
- padding: 5px 10px;
- text-align: center;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 11pt;
- line-height: 12pt;
- border-radius: 10px;
- display: block;
- width: auto;
- max-width: 200px;
- }
- /*
- #boardList ul li.boardNavTop .createTopicButton a {
- background-color:#fff;
- color:#3b54b4;
- }*/
- #boardList ul .createTopicButton {
- width: 100%;
- }
- #boardList ul .boardNavBottom .createTopicButton a,
- #boardList ul .boardNavTop .createTopicButton a {
- background-color: #9181bf;
- color: #fff;
- }
- /* Listing out top and bottom create topic buttons separately because we may want to style them differently soon, if top row gets blue backing color. */
- #boardList ul .pageNav,
- #boardTopic .pageNav {
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- width: fit-content;
- -moz-width: fit-content;
- }
- div.boardPostByline {
- background: #1b1818 !important;
- }
- #boardList ul .pageNav .boardPageButton,
- #boardList ul .pageNav .boardPageButton-active,
- #boardTopic .pageNav .boardPageButton,
- #boardTopic .pageNav .boardPageButton-active {
- display: inline-block;
- border-radius: 5px;
- padding: 5px 7px;
- margin: 3px;
- font-size: 12pt;
- line-height: 12pt;
- vertical-align: middle;
- }
- div.postAuthorInfo > p {
- color: #d9d9d9 !important;
- }
- h3.postAuthorName {
- color: #9181bf !important;
- }
- div.postAuthor {
- background-color: #1b1818 !important;
- }
- div.postPetInfo > h4 > a {
- color: #9181bf !important;
- }
- #boardList ul .pageNav .boardPageButton,
- #boardTopic .pageNav .boardPageButton {
- border: 1px solid #cfc9c9 !important;
- color: #201d1d !important;
- background-color: #BA93F2 !important;
- }
- #boardList ul .pageNav .boardPageButton:hover,
- #boardTopic .pageNav .boardPageButton:hover {
- border: 1px solid #9181bf !important;
- background-color: #9181bf !important;
- color: #fff !important;
- }
- #boardList ul .pageNav .boardPageButton-active,
- #boardTopic .pageNav .boardPageButton-active {
- background-color: #9181bf !important;
- color: #fff !important;
- }
- #boardList ul .boardNavBottom {
- border-top: 1px solid #cfc9c9 !important;
- padding: 10px;
- box-sizing: border-box;
- color: #cfc9c9 !important;
- }
- /* BOARD TOPICS */
- #boardTopic h1 {
- /*margin:5px auto auto; */
- margin: auto 0;
- font-size: 14pt;
- line-height: 14pt;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- display: inline-block;
- vertical-align: middle;
- color: #cfc9c9 !important;
- letter-spacing: 1.3px;
- width: calc(100% - 55px);
- }
- #boardTopic ul li {
- display: grid;
- grid-template-rows: auto;
- /*padding:10px;*/
- box-sizing: border-box;
- border-bottom: 1px solid #cacaca !important;
- }
- #boardTopic ul li .boardPostByline {
- width: 100%;
- padding: 10px;
- box-sizing: border-box;
- background-color: #1b1818 !important;
- }
- #boardTopic ul li .boardPostByline .postAuthor,
- #boardTopic ul li .boardPostByline .postPet {
- display: grid;
- grid-template-columns: 50px auto;
- grid-gap: 10px;
- background-color: #1b1818 !important
- }
- #boardTopic ul li .boardPostByline h3,
- #boardTopic ul li .boardPostByline h4 {
- margin: 5px 0;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 11pt;
- line-height: 11pt;
- word-wrap: break-word;
- background-color: #1b1818 !important
- }
- #boardTopic ul li .boardPostByline p {
- font-family: 'MuseoSansRounded500', Arial, Helvetica, sans-serif;
- font-size: 9pt;
- line-height: 9pt;
- margin: 5px 0;
- background-color: #1b1818 !important
- }
- #boardTopic ul li .boardPostByline a {
- text-decoration: none;
- color: #9181bf !important;
- background-color: #1b1818 !important
- }
- #boardTopic ul li .boardPostByline a:hover {
- color: #9181bf !important;
- }
- #boardTopic ul li .boardPostByline .authorIcon,
- #boardTopic ul li .boardPostByline .postAuthorPetIcon {
- width: 100%;
- height: 100%;
- background-size: contain;
- background-repeat: no-repeat;
- background-position: top;
- background-color: #1b1818 !important;
- min-height: 50px;
- }
- h3.postauthorname {
- color: #9181bf;
- letter-spacing: 1.2
- }
- h3.postauthorname:hover {
- text-decoration: underline;
- }
- div.postauthorinfo {
- color: #d9d9d9 !important
- }
- div.postauthorinfo > p {
- color: #d9d9d9 !important
- }
- div.postPetInfo > h4 > a {
- color: #9181bf !important;
- letter-spacing: 1.2
- }
- div.postPetInfo > h4 > a:hover {
- text-decoration: underline !important
- }
- div.postPetInfo > p {
- color: #d9d9d9 !important
- }
- div.premiumBoardButton > a {
- color: #9181bf !important;
- }
- div.boardpostbyline {
- background-color: #1b1818 !important;
- }
- #boardTopic ul li .boardPost {
- padding: 10px;
- box-sizing: border-box;
- }
- #boardTopic ul li h6.boardPostDate {
- color: #9e9e9e !important;
- font-family: 'MuseoSansRounded700', Arial, sans-serif;
- margin: 5px 0;
- }
- #boardTopic ul .topicNavTop {
- padding: 10px;
- box-sizing: border-box;
- display: grid;
- grid-gap: 10px;
- border-bottom: 1px solid #cacaca !important;
- }
- #boardTopic ul .topicNavTop a,
- #boardTopic ul .topicNavBottom a {
- text-decoration: none;
- color: #9181bf !important;
- }
- #boardTopic ul .topicNavTop .topicTitle {
- grid-column: 1/3;
- }
- #boardTopic ul .topicNavTop .topicStats {
- grid-column: 1/3;
- }
- div.topicCreateRemainder {
- color: #d9d9d9 !important;
- }
- #boardTopic ul .topicNavTop .topicCreator {
- color: #9181bf !important;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- }
- #boardTopic ul .topicNavTop .topicSubPreface-neoboards {
- color: #cfc9c9 !important;
- font-family: 'MuseoSansRounded500', Arial, sans-serif;
- }
- #boardTopic ul .topicNavTop .topicDate {
- color: #cfc9c9 !important;
- font-family: 'MuseoSansRounded500', Arial, sans-serif;
- }
- #boardTopic ul .topicNavBottom {
- padding: 10px;
- box-sizing: border-box;
- color: #cfc9c9 !important;
- }
- #boardTopic ul .topicReplyContainer .topicReplyTitle {
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 12pt;
- line-height: 12pt;
- grid-column: 1/4;
- text-align: center;
- padding: 10px;
- box-sizing: border-box;
- background-color: #9181bf !important;
- color: #000 !important;
- width: 100%;
- }
- #boardTopic ul li .boardPostMessage {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: small;
- color: #d9d9d9 !important;
- }
- div.boardPostMessage > a {color:#9181bf !important;}
- div.boardPostMessage > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > div * {color:#d9d9d9 !important;}
- div.boardPostMessage > div * > a {color:#9181bf !important;}
- div.boardPostMessage > div * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > font * {color:#d9d9d9 !important;}
- div.boardPostMessage > font * > a {color:#9181bf !important;}
- div.boardPostMessage > font * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > b * {color:#d9d9d9 !important;}
- div.boardPostMessage > b * > a {color:#9181bf !important;}
- div.boardPostMessage > b * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > i * {color:#d9d9d9 !important;}
- div.boardPostMessage > i * > a {color:#9181bf !important;}
- div.boardPostMessage > i * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > sup * {color:#d9d9d9 !important;}
- div.boardPostMessage > sup * > a {color:#9181bf !important;}
- div.boardPostMessage > sup * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > sub * {color:#d9d9d9 !important;}
- div.boardPostMessage > sub * > a {color:#9181bf !important;}
- div.boardPostMessage > sub * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > u * {color:#d9d9d9 !important;}
- div.boardPostMessage > u * > a {color:#9181bf !important;}
- div.boardPostMessage > u * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > p * {color:#d9d9d9 !important;}
- div.boardPostMessage > p * > a {color:#9181bf !important;}
- div.boardPostMessage > p * > a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > font {color:#d9d9d9 !important;}
- div.boardPostMessage > font a {color:#9181bf !important;}
- div.boardPostMessage > font a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > div {color:#d9d9d9 !important;}
- div.boardPostMessage > div a {color:#9181bf !important;}
- div.boardPostMessage > div a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > b {color:#d9d9d9 !important;}
- div.boardPostMessage > b a {color:#9181bf !important;}
- div.boardPostMessage > b a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > i {color:#d9d9d9 !important;}
- div.boardPostMessage > i a {color:#9181bf !important;}
- div.boardPostMessage > i a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > sup {color:#d9d9d9 !important;}
- div.boardPostMessage > sup a {color:#9181bf !important;}
- div.boardPostMessage > sup a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > sub {color:#d9d9d9 !important;}
- div.boardPostMessage > sub a {color:#9181bf !important;}
- div.boardPostMessage > sub a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > u {color:#d9d9d9 !important;}
- div.boardPostMessage > u a {color:#9181bf !important;}
- div.boardPostMessage > u a:hover {color:#d9d9d9 !important;}
- div.boardPostMessage > p {color:#d9d9d9 !important;}
- div.boardPostMessage > p a {color:#9181bf !important;}
- div.boardPostMessage > p a:hover {color:#d9d9d9 !important;}
- div.quote {
- color: #000
- }
- #boardTopic ul li .reportButton-neoboards {
- border: 1px solid #b33333 !important;
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 9pt;
- line-height: 9pt;
- padding: 5px 10px;
- box-sizing: border-box;
- color: #b33333 !important;
- background-color: #201d1d !important;
- border-radius: 10px;
- margin: 5px 0 auto auto;
- display: block;
- }
- #boardTopic ul li .reportButton-neoboards a {
- color: #b33333 !important;
- }
- #boardTopic ul li .reportButton-neoboards:hover {
- background-color: #b33333 !important;
- color: #fff !important;
- }
- #boardTopic ul .topicNavTop .replyTopicButton-top {
- display: inline-block;
- border-radius: 5px;
- padding: 5px 7px;
- margin: 3px;
- font-size: 12pt;
- line-height: 12pt;
- vertical-align: middle;
- background-color: #3bc92e !important;
- background: -webkit-linear-gradient(#3bc92e, #2b8a27);
- background: -moz-linear-gradient(#3bc92e, #2b8a27);
- background: linear-gradient(#3bc92e, #2b8a27);
- border-radius: 15px;
- -webkit-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- -moz-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- width: 100%;
- max-width: 200px;
- }
- #boardTopic .topicNavTop a:hover {
- text-decoration: underline !important;
- }
- #boardTopic .replyTopicButton-top:hover {
- color: #fff !important;
- text-decoration: underline !important
- }
- #boardTopic ul li .boardPostByline .postAuthorInfo,
- #boardTopic ul li .boardPostByline .postPetInfo {
- overflow: hidden;
- }
- @media screen and (min-width: 701px) {
- #boardTopic ul .pageNav {
- margin-left: auto;
- }
- #boardTopic ul li {
- grid-template-columns: 25% auto;
- }
- #boardTopic ul li .boardPostByline .postAuthor {
- margin-bottom: 10px;
- }
- #boardTopic ul .topicNavTop {
- grid-template-columns: 30% auto;
- }
- #boardTopic .breadcrumbs {
- grid-column: 1/3;
- }
- #boardTopic ul .topicNavTop .topicTitle {
- grid-column: 1/3;
- }
- #boardTopic ul .topicNavTop .topicStats {
- grid-column: 1/3;
- margin-left: 10px;
- }
- #boardTopic ul .topicNavTop .topicCreator,
- #boardTopic ul .topicNavTop .topicDate,
- #boardTopic ul .topicNavTop .topicSubPreface-neoboards {
- font-size: 11pt;
- line-height: 11pt;
- }
- }
- @media screen and (max-width: 700px) {
- #boardTopic ul .pageNav {
- margin: auto;
- }
- #boardTopic ul li {
- grid-template-columns: 100%;
- }
- #boardTopic ul li .boardPostByline {
- display: flex;
- }
- #boardTopic ul li .boardPostByline .postAuthor {
- margin-right: 10px;
- }
- #boardTopic ul .topicNavTop {
- grid-template-columns: 100%;
- }
- #boardTopic .breadcrumbs {
- grid-column: 1/2;
- }
- #boardTopic ul .topicNavTop .topicTitle {
- grid-column: 1/2;
- }
- #boardTopic ul .topicNavTop .topicStats {
- grid-column: 1/2;
- margin: auto;
- text-align: center;
- }
- #boardTopic ul .topicNavTop .replyTopicButton-top {
- display: block;
- margin: auto;
- }
- #boardTopic h1 {
- /* text-align:center; */
- }
- #boardTopic ul .topicNavTop .topicCreator,
- #boardTopic ul .topicNavTop .topicDate,
- #boardTopic ul .topicNavTop .topicSubPreface-neoboards {
- font-size: 9pt;
- line-height: 9pt;
- }
- }
- @media screen and (max-width: 450px) {
- #boardTopic ul li .boardPostByline .postAuthor,
- #boardTopic ul li .boardPostByline .postPet {
- grid-template-columns: 30px auto;
- }
- #boardTopic ul li .boardPostByline .postAuthorPetIcon img {
- /* This is a temporary fix. We need to change the pet image output to be a background image instead. */
- width: 30px !important;
- height: 30px !important;
- box-sizing: border-box;
- }
- #boardTopic ul li .boardPostByline p {
- font-size: 8pt;
- line-height: 8pt;
- }
- }
- /* Reply Section of Topic Page */
- #boardTopic .topicReplyContainer,
- #boardCreateTopic .topicCreateContainer {
- display: grid;
- grid-template-columns: 1fr 1fr 1fr;
- }
- #boardTopic .topicReplyContainer .topicReplyInput,
- #boardCreateTopic .topicCreateContainer .topicCreateInput {
- grid-column: 1/4;
- padding: 10px 0;
- }
- #boardTopic .topicReplyContainer .topicReplyInput textarea,
- #boardCreateTopic .topicCreateContainer .topicCreateInput textarea {
- resize: none;
- width: 90%;
- margin: auto;
- display: block;
- border-radius: 5px;
- border: 2px solid #cacaca;
- }
- #boardTopic .topicReplyContainer .topicReplyRemainder,
- #boardCreateTopic .topicCreateContainer .topicCreateRemainder {
- color: #525252;
- width: fit-content;
- -moz-width: fit-content;
- font-family: 'MuseoSansRounded500', Arial, sans-serif;
- font-size: 10pt;
- }
- #boardTopic .topicReplyContainer .topicReplyRemainder input,
- #boardCreateTopic .topicCreateContainer .topicCreateRemainder input {
- color: #000;
- }
- #boardTopic .topicReplyContainer .topicReplyRemainder .topicReplayRemainder-num,
- #boardCreateTopic .topicCreateContainer .topicCreateRemainder .topicCreateRemainder-num {
- background-color: #e2e2e2;
- border-radius: 5px;
- border: none;
- padding: 3px;
- text-align: center;
- }
- #boardTopic .topicReplyContainer .topicReplySubmit,
- #boardCreateTopic .topicCreateContainer .topicCreateSubmit {
- display: inline-block;
- border-radius: 5px;
- padding: 5px 7px;
- margin: 3px;
- font-size: 12pt;
- line-height: 12pt;
- vertical-align: middle;
- background-color: #3bc92e !important;
- background: -webkit-linear-gradient(#3bc92e, #2b8a27);
- background: -moz-linear-gradient(#3bc92e, #2b8a27);
- background: linear-gradient(#3bc92e, #2b8a27);
- border-radius: 15px;
- -webkit-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- -moz-box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- box-shadow: inset 0px 0px 0px 1px rgba(59, 201, 46, 1), /* Same as top of gradient */
- inset 0px -3px 2px 3px rgba(36, 103, 23, 1), /* Bottom Shadow */
- inset 0px 2px 0px 1px rgba(201, 240, 198, 1), /* Top Shine */
- 0px 0px 0px 2px rgba(0, 0, 0, 1);
- /* black outside border */
- width: 100%;
- max-width: 200px;
- }
- #boardTopic .topicReplyContainer > table > tbody > tr > td {
- color: #cfc9c9;
- font-family: "MuseoSansRounded500", 'Arial', sans-serif;
- }
- #boardtopic .topicreplycontainer > table {
- border: 0px !important
- }
- #boardTopic .topicReplyRemainder {
- color: #cfc9c9 !important;
- }
- input.topicReplayRemainder-num {
- color: #000 !important
- }
- #boardTopic .topicReplyContainer .topicReplySubmit:hover,
- #boardCreateTopic .topicCreateContainer .topicCreateSubmit:hover {
- color: #fff;
- text-decoration: underline !important;
- }
- #boardTopic .topicReplyContainer .topicReplyIcons,
- #boardCreateTopic .topicCreateContainer .topicCreateIcons {
- padding: 10px;
- display: flex;
- }
- #boardTopic .topicReplyContainer .topicReplyIcons .replySmilies-neoboards,
- #boardCreateTopic .topicCreateContainer .topicCreateIcons .topicCreateSmilies-neoboards {
- display: inline-block;
- vertical-align: top;
- }
- #boardTopic .topicReplyContainer .topicReplyIcons .smiley,
- #boardCreateTopic .topicCreateContainer .topicCreateIcons .smiley {
- margin: auto 5px 5px;
- display: inline-block;
- }
- #boardTopic .topicReplyContainer .topicReplyIcons table,
- #boardCreateTopic .topicCreateContainer .topicCreateIcons table {
- display: inline-block;
- }
- @media screen and (max-width: 700px) {
- /* Mobile layout */
- #boardTopic .topicReplyContainer .topicReplyRemainder,
- #boardCreateTopic .topicCreateContainer .topicCreateRemainder {
- grid-column: 1/4;
- grid-row: 4/5;
- margin: auto auto 10px;
- }
- #boardTopic .topicReplyContainer .topicReplyIcons,
- #boardCreateTopic .topicCreateContainer .topicCreateIcons {
- grid-column: 1/3;
- grid-row: 2/3;
- margin: auto auto auto 10%;
- }
- #boardTopic .topicReplyContainer .topicReplyInput,
- #boardCreateTopic .topicCreateContainer .topicCreateInput {
- grid-row: 3/4;
- }
- #boardTopic .topicReplyContainer .topicReplySubmit,
- #boardCreateTopic .topicCreateContainer .topicCreateSubmit {
- grid-column: 3/4;
- grid-row: 2/3;
- margin: auto 20% 0 auto;
- width: 35px;
- height: 35px;
- border-radius: 50%;
- font-size: 0;
- background-image: url(https://images.neopets.com/neoboards/send-white.svg);
- background-size: 60%;
- background-color: #3b54b4 !important;
- background-repeat: no-repeat;
- box-shadow: none;
- background-position: 5px;
- }
- #boardTopic .topicReplyContainer .topicReplySubmit:hover,
- #boardCreateTopic .topicCreateContainer .topicCreateSubmit:hover {
- background-image: url(https://images.neopets.com/neoboards/send-blue.svg);
- background-color: white !important;
- box-shadow: none;
- border: 1px solid white;
- }
- #boardTopic .topicReplyContainer .topicReplySubmit-text,
- #boardCreateTopic .topicCreateContainer .topicCreateSubmit-text {
- display: none;
- }
- }
- @media screen and (min-width: 701px) {
- /* Desktop layout */
- #boardTopic .topicReplyContainer .topicReplyRemainder,
- #boardCreateTopic .topicCreateContainer .topicCreateRemainder {
- grid-column: 3/4;
- grid-row: 3/4;
- margin: auto 20% auto auto;
- }
- #boardTopic .topicReplyContainer .topicReplyIcons,
- #boardCreateTopic .topicCreateContainer .topicCreateIcons {
- grid-column: 1/2;
- grid-row: 3/5;
- margin: auto auto auto 20%;
- }
- #boardTopic .topicReplyContainer .topicReplyInput,
- #boardCreateTopic .topicCreateContainer .topicCreateInput {
- grid-row: 2/3;
- }
- #boardTopic .topicReplyContainer .topicReplySubmit,
- #boardCreateTopic .topicCreateContainer .topicCreateSubmit {
- grid-column: 2/3;
- grid-row: 3/4;
- margin: auto;
- width: 90%;
- max-width: 250px;
- border-radius: 5px;
- }
- }
- /* Create a new topic page */
- #boardCreateTopic {}
- #boardCreateTopic h1 {
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 18pt;
- line-height: 18pt;
- grid-column: 1/4;
- text-align: center;
- padding: 10px;
- box-sizing: border-box;
- background-color: #9181bf !important;
- color: #000;
- width: 100%;
- margin: 0 0 10px;
- }
- #boardCreateTopic p {
- text-align: center;
- color: #d9d9d9;
- font-family: "MuseoSansRounded500", 'Arial', sans-serif;
- width: 90%;
- margin: 10px auto;
- font-size: 11pt;
- }
- #boardCreateTopic h3 {
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- font-size: 13pt;
- line-height: 13pt;
- }
- #boardCreateTopic h2.topicCreateTitle {
- font-family: "Palanquin", 'Arial Bold', sans-serif;
- margin: 5px auto;
- font-size: 14pt;
- line-height: 14pt;
- grid-column: 1/4;
- color: #d9d9d9
- }
- #boardcreateTopic .topicCreateContainer > table > tbody > tr > td {
- color: #cfc9c9;
- font-family: "MuseoSansRounded500", 'Arial', sans-serif;
- }
- #boardcreatetopic form .topiccreatecontainer > table {
- border: 0px !important
- }
- #boardcreateTopic .topiccreateRemainder {
- color: #cfc9c9 !important;
- }
- #boardCreateTopic .topicCreateInputField-wrap {
- margin: 10px auto;
- width: 90%;
- text-align: center;
- color: #d9d9d9;
- letter-spacing: 1.2
- }
- label.topicCreateTitle {
- color: #cfc9c9 !important;
- }
- h4.neoboardpentitle {
- color: #cfc9c9 !important;
- }
- #boardCreateTopic .topicCreateInputField input,
- #boardCreateTopic .topicCreateInputField select {
- border: 1px solid #cacaca;
- }
- @media screen and (max-width: 350px) {
- /* Mobile layout */
- #boardCreateTopic h3 {
- display: block;
- margin: 10px auto;
- }
- #boardCreateTopic .topicCreateInputField {
- display: block;
- }
- }
- @media screen and (min-width: 351px) {
- /* Desktop layout */
- #boardCreateTopic h3 {
- display: inline-block;
- margin: 0 10px 0 0;
- }
- #boardCreateTopic .topicCreateInputField {
- display: inline-block;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment