Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
codebox borders
#1
@[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
Recommended Tutorials:
Reply
#2
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;
Reply
#3
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.
Reply
#4
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;
Recommended Tutorials:
Reply
#5
wasnt it this for white?
Recommended Tutorials:
Reply
#6
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).
Reply
#7
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|
Recommended Tutorials:
Reply
#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.
Reply
#9
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
Recommended Tutorials:
Reply
#10
i dont get it, its still the wrong theme though. black
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  codebox usage help doc metulburr 0 1,664 Oct-31-2020, 12:12 PM
Last Post: metulburr
  single/double quote escapes codebox highlighter metulburr 3 3,517 Aug-08-2017, 01:36 PM
Last Post: metulburr
  URL not showing properly in comments of codebox Larz60+ 4 5,532 Nov-05-2016, 04:23 PM
Last Post: Larz60+
  More codebox issues Mekire 26 19,679 Oct-13-2016, 05:20 PM
Last Post: wavic
  Syntax Highlighter Codebox Issues metulburr 38 28,222 Oct-06-2016, 01:06 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020