Simplicity improvements

Discuss issues and requests related with the forum software
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Simplicity improvements

20 Nov 2018, 10:05

i use the browser extension Stylus/Stylish to modify how the forums look. i've done this ever since the board was upgraded a few years ago, and i posted it then, but i just now tweaked it for the newest upgrade. some changes include alternating post colors, softer quotes, and more explicit code boxes.

here is the default Simplicity on the left, and my changes on the right

Image



and here is the code in case anyone wants to use it with Stylus, or if the mods want to implement any of them:

Code: Select all

#qr_postform {
  margin-left: 160px;
}

.bg1 {
  background-color: #dee3e7;
  border: 1px dotted gray;
}

.bg2 {
  background-color: #ececec;
  border: 1px dotted gray;
}

.content {
  font-family: Verdana;
}

.codebox {
  background-color: #dfdfdf;
  margin: 15px;
}

.codebox_plus code {
  background-color: #fff;
}

.notice {
    border-top-color: #dbdbdb;
    font-size: 10px;
}

code {
  background-color: #f2f2f2;
}

blockquote {
  background-color: #dbdbdb;   /* was #fff */
  padding-bottom: 8px;
  padding-left: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px inset;
  /*
  border-top-color: black;
  border-top-width: 1px;
  border-bottom-color: white;
  border-bottom-width: 1px;
  */
}

blockquote cite {
  font-size: 10px;      /* was 12px */
  margin-bottom: 5px;  /* previously undefined */
}

blockquote cite div {
  float: right;
}

blockquote .codebox {
  background-color: rgba(196, 196, 196, 0.3)
}

blockquote blockquote .codebox {
  background-color: rgba(196, 196, 196, 0.3)
}

blockquote blockquote {
  background-color: rgba(196, 196, 196, 0.5)   /* last param was previously 0.1 */
}

blockquote blockquote blockquote {
  background-color: #dbdbdb;
}

User avatar
joedf
Posts: 8953
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Simplicity improvements

20 Nov 2018, 10:28

Thanks for sharing :+1:
As this is a matter of preference, I will leave it to others to be engaged if they want the change.
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 83 guests