Posts: 148
figosdev
Joined: 29 Jun 2017
#61
"In any event, collectively, we are not living in, nor building toward a technocracy" <- from this post:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was"what-is-going-on-with-the-forum-t7162.html#p53212"
linktext was:"what-is-going-on-with-the-forum-t7162.html#p53212"
====================================


no, it was replaced a while ago with a"doacracy," meaning whoever does the most has the most say.

well who"does" the most? people who create vendor lock-in, extend and extinguish, and drag people through fad after fad.

nope! crazy conspiracy theory! that is not happening right now, no ones really complaining about it, only a fringe few even care (the last part there is a fallacy, but it is based on a true premise.)

but whats not a crazy theory is that this notion goes against free software. the two cannot coexist, in order to make them"get along" one has to be made impotent. and that has already happened.
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#62
If you want to know who really put this fugly forum here, its all of us.
take a good long look at it, because its the fruits of too many compromises, too much"making nice" with the suits.
 ^--- nicely summarized

+1
Posts: 850
fatmac
Joined: 26 Jul 2012
#63
.....first it was blue, bit painful on these old eyes, then it went green, relaxing, but now it's black, wonder what colour it'll be the next time I come here...... :lol:
Posts: 609
dark-D
Joined: 02 Jun 2008
#64
@figosdev & skidoo i enjoyed reading your responses and opinions, they were very informative and i'm glad that there are more of us that are in the known or dissapointed with the current state of the"open source" community.

@fatmac i am to blame for the"black" and grey effects to the forum. roky left the background in a bright acid blue that melted my display. :)) on a serios note, the only customization that the current forum engine has, is the ability to change the name of the forum, logo and one single color. that color that was set to black, blue or green, changes for the tapatalk header, some buttons, new posts buttons and the footer, nothing else. i selected this"black" color because it was the only one that could be seen for a new post.
because antix main theme, at least when i joined and several version after, was grey based and because the main body of the forum is white with black & grey fonts, i was under the opinion that i should make it grey. as there is no theme, we should make a poll for what color is best and try to incorporate it as best as we can, because any modification to the forum needs to be done by inspecting the code and by making css code to bypass the default forum settings, which is retarded and time consuming, but we have no choice.
i will not play with the forum for the time being and i will try to beg some programers friends to help me out, because they do this for a living and i do this to punish myself. :)) i hope that we can find a common ground to satisfy the users, until tapatalk implements other themes, at least i hope they do.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#65
Ha Ha. I did not know aqua blue would stir up the hornets nest it did. I can live with any layout for a forum setting. Because I got motorcycle keys for attitude adjustments and I don't take computers so seriously.

Just a happy camper in life. Hoping good Karma follows me like a puppy dog.

You go ahead and play with settings dark-D. I just only spent time on it because of my curiosity section in my brain. I sure in the hell don't know what I am doing.
Posts: 609
dark-D
Joined: 02 Jun 2008
#66
roky, play with it as much as you like, maybe something good will come of it.
it didn't stir the hornet nest, it just attacked my dark soul with bright feelings. 😜
honestly, more annoying than the colors is the text and forum spacing, it's too big.
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#67
dark-D wrote: any modification to the forum needs to be done by inspecting the code and by making css code to bypass the default forum settings, which is retarded and time consuming
(already mentioned in an earlier post) firefox inspector
firefox Menubar, Click Tools --} Web Developer --} Inspector
or Ctrl+Shift+C

search youtube:"firefox inspector" ~~ plenty of tutorials are available to get ya started
Posts: 1,062
Dave
Joined: 20 Jan 2010
#68
skidoo wrote:
dark-D wrote: any modification to the forum needs to be done by inspecting the code and by making css code to bypass the default forum settings, which is retarded and time consuming
(already mentioned in an earlier post) firefox inspector
firefox Menubar, Click Tools --} Web Developer --} Inspector
or Ctrl+Shift+C

search youtube:"firefox inspector" ~~ plenty of tutorials are available to get ya started
LOL!
It works, but yes it is still quite a chore and horribly time consuming .... Alot of things inherited from several different files and alot of unnecessary declarations for style that would normally be inherited that therefor need to be explicitly turned off.
That being said it does seem doable, just a little tuff to handle all at once. Probably needs a few people to analyze it and change a few settings every now and then.

Edit: The mess does not seem to end :P
I am done for now

The mods thus far:

Code: Select all

/* change the background color */
.body-layout-Fluid .wrap {
background-color: #434343;
font-size: 11px;
}

h2.topic-title a {
color: #FFFFFF;
}

*/ what is this? i cannot see what is affected */
.forabg ul.topiclist.forums, .forabg ul.topiclist.forums li{
background-color: #434343;
}

.site-description{
text-align: left;
margin-left: 2%;
}

.site-logo{
float: left;
}
.site-logo img{
height: 75px;
}
.site-description .site-logo h1 p{
float: left;
}

.below-header-nav {
    width: 100%;
    float: right; 
    background-color: #434343;
    font-color: #000000;
}
.below-header-nav .inner-box {
    text-align: left;
    margin-left: 5%;
}

.below-header-nav .inner-box .nav-item span{
color: #dedede;
}
.below-header-nav .inner-box .nav-item.active {
    border-bottom-color: #ffffff;
    color: #ffffff;
}
.below-header-nav .inner-box .nav-item.active span {
    color: #ffffff;
}
.below-header-nav .inner-box .nav-item:hover {
    border-bottom-color: #ffffff;
    color: #ffffff;
}
.below-header-nav .inner-box .nav-item:hover span {
    color: #ffffff;
}
.below-header-nav .inner-box .nav-item.active .svg-color, .below-header-nav .inner-box .nav-item:hover .svg-color {
    fill: #ffffff;
}
.below-header-nav.sub {
    background-color: #434343;
}

.below-header-nav.sub .inner-box {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: left;
    margin-left: 5%;
}

.headerbar {
height: 150px;
}

.index-action-bar .right-box .mark-all-forums-read a.mark-read:hover {
    color: #ffffff;
    border-bottom: 1px solid;
}

.index-action-bar .right-box .mark-all-forums-read a.mark-read {
    color: #dedede
}
ul#nav-breadcrumbs {
    background-color: #4e4e4e;
}
ul#nav-breadcrumbs .breadcrumbs{
    background-color: #4e4e4e;
}
ul#nav-breadcrumbs li span{
    background-color: #4e4e4e;
}
ul#nav-breadcrumbs .breadcrumbs .crumb a span{
    color: #dedede;
}
ul#nav-breadcrumbs .breadcrumbs .crumb:hover a, ul#nav-breadcrumbs .breadcrumbs .crumb:hover span {
    color: #ffffff;
    border-bottom: 1px solid;
}
ul .dropdown-contents a span{
    background-color: ff0000;
}
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#69
Bravo, Dave!

Anyone can"test" by pasting that into their userContent.css (refer to my earlier post) then restarting the browser.
"Stone Soup" ~~ someone else can add further tweaks and post it back...
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#70
roky, play with it as much as you like, maybe something good will come of it.
Naw> I made a backup of the changes implemented so far. I thought of using the Desert theme I use on another forum I mod at. Old folks forum. Mostly Windows and Mac users. Though I have converted a few users to using Linux. User member here,  Shay,  is a member there.

I toyed with the idea of using

Code: Select all

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0atzTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0atzUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0at0bcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0at2o_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0at76up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0atyYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0at44P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/WxrXJa0C3KdtC7lMafG4dRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/1hZf02POANh32k2VkgEoUBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/cDKhRaXnQTOVbaoxwdOr9xTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/K23cxWVTrIFD6DJsEVi07RTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/vSzulfKSK0LLjjfeaxcREhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcCzTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcCzUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcC0bcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcC2o_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcC76up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcCyYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcC44P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
           

But since I don't know what I am doing. And this post is a shotgun approach type of editing the css layout. I chickened out. I don't wanna break the forum. The style I posted is lighter  than the  dark scheme. Think Desert Sand look. Like you. This is above my pay grade and poke and hope may cause more problems than it will solve. So I will grab my popcorn and just watch.

Edit: Though maybe later on. I may try the above css style after studying this post a better. Thanks to skidoo.               

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was"what-is-going-on-with-the-forum-t7162-s15.html#p52885"
linktext was:"what-is-going-on-with-the-forum-t7162-s15.html#p52885"
====================================


Since it effects my box and not the the site itself.
Posts: 609
dark-D
Joined: 02 Jun 2008
#71
i'ved added square avatars, but i can't figure out how to decrease the width of that portion or how to add a detailed description of the user, the way it was on the old forum, with post number, location, etc.
Posts: 1,062
Dave
Joined: 20 Jan 2010
#72
dark-D wrote: i'ved added square avatars, but i can't figure out how to decrease the size of that portion or how to add a detailed description of the user, the way it was on the old forum, with post number, location, etc.
I did not look at the avatars, but by the rest of how the page is structured... there should be an avatar container that you would set the size to, then you can specify the size of the avatar image itself by specifying the container and appending img to the css block. For example with the logo:

Code: Select all

.site-logo{
float: left;
}
.site-logo img{
height: 75px;
}
Where".site-logo" is the container and".site-logo img" specifies the image within that container. I did not specify a size for the container in this instance as then the header would go funny as the page resized.

As to adding the detailed description; I am not sure how that is possible as css only styles the information that is set. So you would need to edit the forum php scripts to be able to add the information in. Unless by chance the information is there but hidden?

EDIT:
Yes it is there, I just noticed by mousing over the avatar image. So you would need to remove the special show / hide css functions for the container. If you open webinspector, click on the webpage to"lock" the inspector, then mouse over the avatar and press"Control + Shift + C" you can then select the mouse over balloon to inspect it.
Posts: 609
dark-D
Joined: 02 Jun 2008
#73
dave, there is a white section to the right of the forum, do you have any idea what causes it?
for the avatar, the codes i tried didn't work. i want to reduce it to increase the post section.
Posts: 1,062
Dave
Joined: 20 Jan 2010
#74
You probably need to adjust the post body width so it is wider and decrease or remove the width for the avatar column
EDIT: Yep

Code: Select all

.postprofile_Left .postprofile {
    width: 100px;
}
.postbody {
    width: 90%;
}
Last edited by Dave on 23 Sep 2017, 19:31, edited 2 times in total.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#75
Just came here in Dillo. What a trip! Have not tried links 2 yet.