Python Forum
codebox borders - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: codebox borders (/thread-986.html)

Pages: 1 2


codebox borders - metulburr - Nov-23-2016

@[snippsat] I dont remember all the color codes. Do you have them?
Luckily i had the codebox scrollbar fix saved locally. Ill fix this then ill make a new snapshot

testing:

under_score
Error:
error
Output:
output



RE: codebox borders - snippsat - Nov-23-2016

Here are colors:

Syntax:
border: 2px solid rgba(48, 102, 132, 0.84);

Error:
border: 2px solid rgb(173, 27, 27);  

Output:
border: 2px solid #45658a;
background-color: #e5f6ff;

Qoute
border: 2px solid #778a54;

Spoiler
border: 2px solid #c57d35;



RE: codebox borders - snippsat - Nov-24-2016

Do you have css file with change of scroll bar.
Did save theme.css ACP,don't know why it went back to old black.


RE: codebox borders - metulburr - Nov-24-2016

Quote:Do you have css file with change of scroll bar.

  overflow-y: auto !important;
  max-height: 400px;
  min-height: 10px;

  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border:1px solid black;
  -moz-border: 1px solid black;
  -webkit-border: 1px solid black;
  padding:5px;



RE: codebox borders - metulburr - Nov-24-2016

wasnt it this for white?



RE: codebox borders - snippsat - Nov-24-2016

It load css now from:
http://python-forum.io/css.php?stylesheet=21
Dos not load theme.css.
Not sure why,i only saved theme.css in APC(should fix border).


RE: codebox borders - metulburr - Nov-24-2016

not sure why its loading a different one, but couldnt you just move the correct one over to http://python-forum.io/css.php?stylesheet=21 then?

EDIT:
The black is the default one wasnt it? Maybe when you saved ACP, it reset the css as opposed to saving server side. 8|


RE: codebox borders - snippsat - Nov-24-2016

Restored from a backup i have made before on server.
Now load theme.css,maybe there where something wrong in css so it load that that other file.
Now you can change with to working scroll bar.


RE: codebox borders - metulburr - Nov-24-2016

i dont want to change something mid way on you, but what im gathering is theme2/theme.css is the correct white? But now its loading a different theme.css that is open in ACP? If so just copy theme2/theme.css over to ACP and paste in. maybe comment out the whole existing in ACP theme.css just in case


RE: codebox borders - metulburr - Nov-24-2016

i dont get it, its still the wrong theme though. black