Editor Text Color
4 posters
Page 1 of 1
Editor Text Color
Hello,
I'm having the same problem as mentioned in this topic, https://help.forumotion.com/t133876-editor-text-color?highlight=editor+text+color
I tried what was written in there... Still didn't change : /
Thanks in advance!
I'm having the same problem as mentioned in this topic, https://help.forumotion.com/t133876-editor-text-color?highlight=editor+text+color
I tried what was written in there... Still didn't change : /
Thanks in advance!
Last edited by Kirbs on August 13th 2014, 11:45 pm; edited 1 time in total
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Editor Text Color
This is the first time I have this problem, That topic is what I used to see if I can fix this problem.. But it didn't work.
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Colour
Have you tried blending in some other colour like them or do you just want the colours you have now?
Re: Editor Text Color
Hi Kirbs,
Are the script / CSS still installed on your forum ? If so please provide a link to your forum. These should work regardless of forum version, the only think I can think is that you have errors on your forum.
Are the script / CSS still installed on your forum ? If so please provide a link to your forum. These should work regardless of forum version, the only think I can think is that you have errors on your forum.
Re: Editor Text Color
Hi,
Yes I still have the codes on the forum and here is the forum link http://ygogodsda.forumotion.com/
Yes I still have the codes on the forum and here is the forum link http://ygogodsda.forumotion.com/
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Editor Text Color
You have an error in your stylesheet : one of the rules was never closed.
Administration Panel > Display > Colors > CSS styelsheet
Find and remove :
Since this was never closed, any rules after it will not work.
Administration Panel > Display > Colors > CSS styelsheet
Find and remove :
- Code:
.bodyline
{
Since this was never closed, any rules after it will not work.
Re: Editor Text Color
Nope, Still not working
This is the whole CSS:
[url=https://i.servimg.com/u/f40/16/70/64/10/tilere18.png");%7D.chatbox_row_1,.chatbox_row_2,.chatbox_row_3]
[/url]
This is the whole CSS:
- Code:
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.9em cyan, 0 0 0.9em white, 0 0 0.9em cyan;
}
a[href="/u36"]{
text-decoration: none !important;
text-shadow: 0 0 0.9em cyan, 0 0 0.9em white, 0 0 0.9em cyan;
}
a[href="/u17"]{
text-decoration: none !important;
background: url([url=http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif]http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif[/url]);
text-shadow: 0 0 0.9em cyan, 0 0 0.9em white, 0 0 0.9em cyan;
}
a[href="/u93"]{
text-decoration: none !important;
text-shadow: 0 0 0.9em purple, 0 0 0.9em white, 0 0 0.9em purple;
}
#fa_toolbar, #fa_toolbar_hidden {background: url('http://i.imgur.com/UBFGQCb.png');}
#fa_search, #fa_share {
display: none !important;
}
A:link, A:active, A:visited {
text-decoration: none; }
/* Navbar background */
#theNav {
background:url([url=http://i.imgur.com/UBFGQCb.png]http://i.imgur.com/UBFGQCb.png[/url]) repeat-x;
line-height: 1.9em;
border-radius: 5px 5px 0px 0px;
padding-right: 99px;
Padding-left:99px;
}
/* END OF CODE */
.filtered_profile_field {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
height:1%;
background: #0f0f0f;
display:block;
margin-left: 10px;
vertical-align:middle;
margin-bottom: 2px;
overflow:hidden;
color: #C9C9C9;
padding: 5px 0px 5px 5px;
width: 187px;
font-family: Verdana;
font-size: 10px !important;
text-align: left !important;
}
.profileee {
padding-bottom:30px;
padding-top:10px;
padding-left:0px;
padding-right:0px;
width: 215px;
text-align: center;
background-image: url([url=http://i.imgur.com/I35DAyA.png]http://i.imgur.com/I35DAyA.png[/url]);
margin: 10px!important;
border-bottom: 4px solid #6e7673;
border-style: solid none;
border-top: 4px solid #6e7673;
}
.fieldddd {
font-weight: bold;
}
/*usermenu start*/
#usermenu{
width:98%;
border:1px solid #6e7673;
padding: 5px;
font-size:12px;
margin-top:5px;
margin-bottom:5px;
margin-left:2px;
float:left;
}
#usermenu-left{
width:43%;
float:left;
}
#usermenu-img{
float:left;
width:85px;
}
#usermenu-profile{
float:left;
width:200px;
margin-left: 85px;
margin-top: 5px;
}
#usermenu-profile a{
color:#6e7673;
text-decoration:none !important;
font-weight:bold;
-webkit-transition:color 0.2s ease-in;
-moz-transition:color 0.2s linear;
-o-transition:color 0.2s ease-in;
transition:color 0.2s ease-in;
}
#usermenu-profile a:hover{
color:#fff;
text-decoration:none !important;
}
#usermenu-profile a:link{
text-decoration:none !important;
}
#usermenu-profile a:visited{
text-decoration:none !important;
}
#usermenu-profile a:active{
text-decoration:none !important;
}
#usermenu-right{
float:right;
width:57%;
}
#usermenu-right a{
color:#6e7673;
text-decoration:none !important;
font-weight:bold;
-webkit-transition:color 0.2s ease-in;
-moz-transition:color 0.2s linear;
-o-transition:color 0.2s ease-in;
transition:color 0.2s ease-in;
}
#usermenu-right a:hover{
color:#fff;
text-decoration:none !important;
}
#usermenu-right a:link{
text-decoration:none !important;
}
#usermenu-right a:visited{
text-decoration:none !important;
}
#usermenu-right a:active{
text-decoration:none !important;
}
#usermenu-options-left{
float:right;
padding:2px;
margin-left:10px;
}
#usermenu-options-right{
float:right;
padding:2px;
margin-left:10px;
}
/*usermenu end*/
.sceditor-container iframe, .sceditor-container textarea {
background-image: url("[url=http://i.imgur.com/R7HDcVN.png]http://i.imgur.com/R7HDcVN.png[/url]") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
}
.row1,.row2{background-image:url("[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png]http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png[/url]"); background-repeat;}
[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3]http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}[/url]
{background-color: #000000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}
body.chatbox
{background-image:url("[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3][/url][url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3].chatbox_row_1,.chatbox_row_2,.chatbox_row_3
[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3][/url]
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,th,td.row1,td.row3.over:hover,td.row2,td.row1.over:hover,td.row3 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
.forumline
{background-color: #;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;}
a.mainmenu:hover{
filter:alpha(opacity=30);
-moz-opacity: 0.65;
opacity: 0.55;
}
a:link {
text-decoration: none !important;
}
a:active{
text-decoration: none !important;
}
a:visited{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,th,td.row1,td.row3.over:hover,td.row2,td.row1.over:hover,td.row3 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
a.mainmenu:hover{
filter:alpha(opacity=30);
-moz-opacity: 0.65;
opacity: 0.55;
}
a:link:hover, a:link:focus {
text-shadow: -1px 1px 8px #fff, 1px -1px 8px #fff;
}
.a_chat_pm tr, .a_chat_pm td { display:none!important; }
.a_chat_pm:before { content: 'Hidden Content'; font-style: italic; }
.bhover:hover {
filter: alpha(opacity=50);
-moz-opacity: 0.65;
opacity: 0.55;
}
.bhover {
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#fa_proxy > img {
border-radius: 4px;
margin-top: 2px;
margin-left: -376px;
width: 76px;
height: 85px;
}
#chatbox_header {
background-image: url([url=http://fc07.deviantart.net/fs71/f/2014/051/d/4/da_secondary_bar_by_cyrux_gfx-d77crj3.png]http://fc07.deviantart.net/fs71/f/2014/051/d/4/da_secondary_bar_by_cyrux_gfx-d77crj3.png[/url]);
}
td.catBottom, th.thBottom {
border-width: 0 1px 1px;
background-image: none!important;
}
.mainmenu {
font-size: 12px;
font-weight: bold;
position: relative;
bottom: 10px;
}
.mainmenu[href="/faq"], .mainmenu[href="/calendar"] {
visibility: hidden;
margin: -35px;
}
a.mainmenu:hover {
color: #FFFFFF;
}
.mainmenu[href="/groups"] {
visibility: hidden;
margin: -45px;
}
.cpinfo {
border: 4px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.cpinfo {
color: #d9a43b;
background-color: #BDE5F8;
background-image: url('http://i43.servimg.com/u/f43/16/93/80/74/tick10.png');
}
.tobls{
text-align:center;
}
.labis { text-align:left;
#content-container div#right {
position: relative;
left: 5px;
}
a:link {
text-decoration: none !important;
}
a:active{
text-decoration: none !important;
}
a:visited{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
A:link, A:active, A:visited {
text-decoration: none; }
.sceditor-container textarea { color:#fff !important; }
[url=https://i.servimg.com/u/f40/16/70/64/10/tilere18.png");%7D.chatbox_row_1,.chatbox_row_2,.chatbox_row_3]
[/url]
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Editor Text Color
[url]Kirbs wrote: Nope, Still not working
This is the whole CSS:
- Code:
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.9em cyan, 0 0 0.9em white, 0 0 0.9em cyan;
}
a[href="/u36"]{
text-decoration: none !important;
text-shadow: 0 0 0.9em cyan, 0 0 0.9em white, 0 0 0.9em cyan;
}
a[href="/u17"]{
text-decoration: none !important;
background: url([url=http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif]http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif[/url]);
text-shadow: 0 0 0.9em cyan, 0 0 0.9em white, 0 0 0.9em cyan;
}
a[href="/u93"]{
text-decoration: none !important;
text-shadow: 0 0 0.9em purple, 0 0 0.9em white, 0 0 0.9em purple;
}
#fa_toolbar, #fa_toolbar_hidden {background: url('http://i.imgur.com/UBFGQCb.png');}
#fa_search, #fa_share {
display: none !important;
}
A:link, A:active, A:visited {
text-decoration: none; }
/* Navbar background */
#theNav {
background:url([url=http://i.imgur.com/UBFGQCb.png]http://i.imgur.com/UBFGQCb.png[/url]) repeat-x;
line-height: 1.9em;
border-radius: 5px 5px 0px 0px;
padding-right: 99px;
Padding-left:99px;
}
/* END OF CODE */
.filtered_profile_field {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
height:1%;
background: #0f0f0f;
display:block;
margin-left: 10px;
vertical-align:middle;
margin-bottom: 2px;
overflow:hidden;
color: #C9C9C9;
padding: 5px 0px 5px 5px;
width: 187px;
font-family: Verdana;
font-size: 10px !important;
text-align: left !important;
}
.profileee {
padding-bottom:30px;
padding-top:10px;
padding-left:0px;
padding-right:0px;
width: 215px;
text-align: center;
background-image: url([url=http://i.imgur.com/I35DAyA.png]http://i.imgur.com/I35DAyA.png[/url]);
margin: 10px!important;
border-bottom: 4px solid #6e7673;
border-style: solid none;
border-top: 4px solid #6e7673;
}
.fieldddd {
font-weight: bold;
}
/*usermenu start*/
#usermenu{
width:98%;
border:1px solid #6e7673;
padding: 5px;
font-size:12px;
margin-top:5px;
margin-bottom:5px;
margin-left:2px;
float:left;
}
#usermenu-left{
width:43%;
float:left;
}
#usermenu-img{
float:left;
width:85px;
}
#usermenu-profile{
float:left;
width:200px;
margin-left: 85px;
margin-top: 5px;
}
#usermenu-profile a{
color:#6e7673;
text-decoration:none !important;
font-weight:bold;
-webkit-transition:color 0.2s ease-in;
-moz-transition:color 0.2s linear;
-o-transition:color 0.2s ease-in;
transition:color 0.2s ease-in;
}
#usermenu-profile a:hover{
color:#fff;
text-decoration:none !important;
}
#usermenu-profile a:link{
text-decoration:none !important;
}
#usermenu-profile a:visited{
text-decoration:none !important;
}
#usermenu-profile a:active{
text-decoration:none !important;
}
#usermenu-right{
float:right;
width:57%;
}
#usermenu-right a{
color:#6e7673;
text-decoration:none !important;
font-weight:bold;
-webkit-transition:color 0.2s ease-in;
-moz-transition:color 0.2s linear;
-o-transition:color 0.2s ease-in;
transition:color 0.2s ease-in;
}
#usermenu-right a:hover{
color:#fff;
text-decoration:none !important;
}
#usermenu-right a:link{
text-decoration:none !important;
}
#usermenu-right a:visited{
text-decoration:none !important;
}
#usermenu-right a:active{
text-decoration:none !important;
}
#usermenu-options-left{
float:right;
padding:2px;
margin-left:10px;
}
#usermenu-options-right{
float:right;
padding:2px;
margin-left:10px;
}
/*usermenu end*/
.sceditor-container iframe, .sceditor-container textarea {
background-image: url("[url=http://i.imgur.com/R7HDcVN.png]http://i.imgur.com/R7HDcVN.png[/url]") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
}
.row1,.row2{background-image:url("[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png]http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png[/url]"); background-repeat;}
[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3]http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}[/url]
{background-color: #000000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}
body.chatbox
{background-image:url("[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3][/url][url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3].chatbox_row_1,.chatbox_row_2,.chatbox_row_3
[url=http://i40.servimg.com/u/f40/16/70/64/10/tilere18.png");}.chatbox_row_1,.chatbox_row_2,.chatbox_row_3][/url]
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,th,td.row1,td.row3.over:hover,td.row2,td.row1.over:hover,td.row3 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
.forumline
{background-color: #;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;}
a.mainmenu:hover{
filter:alpha(opacity=30);
-moz-opacity: 0.65;
opacity: 0.55;
}
a:link {
text-decoration: none !important;
}
a:active{
text-decoration: none !important;
}
a:visited{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,th,td.row1,td.row3.over:hover,td.row2,td.row1.over:hover,td.row3 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
a.mainmenu:hover{
filter:alpha(opacity=30);
-moz-opacity: 0.65;
opacity: 0.55;
}
a:link:hover, a:link:focus {
text-shadow: -1px 1px 8px #fff, 1px -1px 8px #fff;
}
.a_chat_pm tr, .a_chat_pm td { display:none!important; }
.a_chat_pm:before { content: 'Hidden Content'; font-style: italic; }
.bhover:hover {
filter: alpha(opacity=50);
-moz-opacity: 0.65;
opacity: 0.55;
}
.bhover {
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#fa_proxy > img {
border-radius: 4px;
margin-top: 2px;
margin-left: -376px;
width: 76px;
height: 85px;
}
#chatbox_header {
background-image: url([url=http://fc07.deviantart.net/fs71/f/2014/051/d/4/da_secondary_bar_by_cyrux_gfx-d77crj3.png]http://fc07.deviantart.net/fs71/f/2014/051/d/4/da_secondary_bar_by_cyrux_gfx-d77crj3.png[/url]);
}
td.catBottom, th.thBottom {
border-width: 0 1px 1px;
background-image: none!important;
}
.mainmenu {
font-size: 12px;
font-weight: bold;
position: relative;
bottom: 10px;
}
.mainmenu[href="/faq"], .mainmenu[href="/calendar"] {
visibility: hidden;
margin: -35px;
}
a.mainmenu:hover {
color: #FFFFFF;
}
.mainmenu[href="/groups"] {
visibility: hidden;
margin: -45px;
}
.cpinfo {
border: 4px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.cpinfo {
color: #d9a43b;
background-color: #BDE5F8;
background-image: url('http://i43.servimg.com/u/f43/16/93/80/74/tick10.png');
}
.tobls{
text-align:center;
}
.labis { text-align:left;
#content-container div#right {
position: relative;
left: 5px;
}
a:link {
text-decoration: none !important;
}
a:active{
text-decoration: none !important;
}
a:visited{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
A:link, A:active, A:visited {
text-decoration: none; }
.sceditor-container textarea { color:#fff !important; }
[url=https://i.servimg.com/u/f40/16/70/64/10/tilere18.png");%7D.chatbox_row_1,.chatbox_row_2,.chatbox_row_3]
[/url]
Don't worry it will get fixed [url=<br /><a href=https://i.servimg.com/u/f40/16/70/64/10/tilere18.png%22);%257D.chatbox_row_1,.chatbox_row_2,.chatbox_row_3]
[/url]
[/url]
Re: Editor Text Color
Is there really bbcode in your CSS ? If so remove it immediately as that will cause errors. Also, place this rule at the top of your stylesheet :
- Code:
.sceditor-container textarea { color:#fff !important; }
Re: Editor Text Color
There's no BBcode in my css at all but it works now thanks!
Kirbs- Forumember
- Posts : 628
Reputation : 18
Language : English
Re: Editor Text Color
Kirbs wrote:There's no BBcode in my css at all but it works now thanks!
So is this topic now solved?
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Re: Editor Text Color
Topic solved and archived
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Similar topics
» Text Editor Issue
» Change text color on New Editor
» Editor text color change
» Change Post New Topic text editor color
» Background color and text color by rank
» Change text color on New Editor
» Editor text color change
» Change Post New Topic text editor color
» Background color and text color by rank
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum