Python Forum

Full Version: codebox borders
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
@[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
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;
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.
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;
wasnt it this for white?
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).
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|
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.
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
i dont get it, its still the wrong theme though. black
Pages: 1 2