ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

News and Reviews > Official Announcements

Forum upgraded Nov 20, 2017

<< < (8/10) > >>

mouser:
It's easy to go back or change it in lots of ways -- it's just css.
I'm just thinking we need SOME improvement over the old style.  I kind of like this one but I'm still cogitating on the suggestions.
What would be nice is if someone made some alternative css styles for it and shared. Then we could see which we liked best.

wraith808:
It's easy to go back or change it in lots of ways -- it's just css.
I'm just thinking we need SOME improvement over the old style.  I kind of like this one but I'm still cogitating on the suggestions.
What would be nice is if someone made some alternative css styles for it and shared. Then we could see which we liked best.
-mouser (November 23, 2017, 11:22 AM)
--- End quote ---

So perhaps remove the quote, make the right and left bars something that goes more with the style of the site, and make the font a bit lighter?  Which CSS file is it?  Or can you just post the current CSS?

I see this in https://www.donationcoder.com/forum/Themes/dc2/css/index.css?fin20


--- Code: CSS ---/* A quote, perhaps from another post. */.REN_DISABLE_blockquote.bbc_standard_quote, REN_DISABLE_blockquote.bbc_alternate_quote{        font-size: x-small;        color: #000;        line-height: 1.4em;        background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;        border-top: 2px solid #99A;        border-bottom: 2px solid #99A;        padding: 1.1em 1.4em;        margin: 0.1em 0 0.3em 0;        overflow: auto;}
Is that the CSS that would have to be played with?

mouser:
Here's the css in question -- note that the first set is overridden mostly by the second set:


--- Code: CSS ---/* fancy block quote https://codepen.io/maxds/pen/DcveB*/  blockquote {  display:inline-block;  background: #fff;  padding: 15px 20px 15px 45px;  margin: 5px 0 20px;  position: relative;    /*Font*/  font-family: Georgia, serif;  font-size: 120%;  line-height: 1.2;  color: #666;  text-align: justify;    /*Borders - (Optional)*/  border-left: 15px solid #c76c0c;  border-right: 2px solid #c76c0c;    /*Box Shadow - (Optional)*/  -moz-box-shadow: 2px 2px 15px #ccc;  -webkit-box-shadow: 2px 2px 15px #ccc;  box-shadow: 2px 2px 15px #ccc;} blockquote::before{  content: "\201C"; /*Unicode for Left Double Quote*/  /*Font*/  font-family: Georgia, serif;  font-size: 60px;  font-weight: bold;  color: #999;  /*Positioning*/  position: absolute;  left: 10px;  top:5px;} blockquote::after{  /*Reset to make sure*/  content: "";} blockquote a{  text-decoration: none;  background: #eee;  cursor: pointer;  padding: 0 3px;  color: #c76c0c;} blockquote a:hover{ color: #666;} blockquote em{  font-style: italic;} .dcblockquotefrom {        font-size: 125%;        font-style: italic;        font-wight: bold;        text-align: right;} .dcblockquotefrom_extra {        font-size: 75%;        background-color: clear;}.dcblockquotefrom_extra a {        background: none;}



--- Code: CSS ---/*We are OVERRIDING the settings in shared/dcstyles.css here for forum specific look*/  blockquote {  display:inline-block;  background: #fff;  padding: 10px 10px 10px 22px;  margin: 5px 0 10px;  position: relative;    /*Font*/  font-size: 100%;  color: #666;  text-align: justify;    /*Borders - (Optional)*/    border-left: 10px solid #c76c0c;  border-right: 2px solid #c76c0c;  /*  border-left: 10px solid #7bb4e1;  border-right: 2px solid #7bb4e1;  */    /*Box Shadow - (Optional)*/  -moz-box-shadow: 2px 2px 15px #ccc;  -webkit-box-shadow: 2px 2px 15px #ccc;  box-shadow: 2px 2px 15px #ccc;} blockquote::before{  content: "\201C"; /*Unicode for Left Double Quote*/  /*Font*/  font-family: Georgia, serif;  font-size: 25px;  font-weight: bold;  color: #999;  /*Positioning*/  position: absolute;  left: 6px;  top: -1px;} blockquote::after{  /*Reset to make sure*/  content: "";} blockquote a{  text-decoration: none;  background: #eee;  cursor: pointer;  padding: 0 3px;  /* color: #c76c0c;*/} blockquote a:hover{ color: #666;} blockquote em{  font-style: italic;} .dcblockquotefrom {        font-size: 100%;        font-style: italic;        font-wight: bold;        text-align: right;        margin-top: 4px;} .dcblockquotefrom_extra {        font-size: 95%;        background-color: clear;}.dcblockquotefrom_extra a {        background: none;}

Deozaan:
Attachment numbering has been changed from starting at 1 to starting at 0.

This means any post that had only a single image attachment and displayed it in-line with (attach=1) now shows [invalid attachment].

mouser:
Should be fixed now -- let me know if you spot any other oddities!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version