cotonti.com : Textboxer forum https://www.cotonti.com Laatste forum onderwerpen Cotonti en Sun, 08 Feb 2026 18:02:08 -0000 SparrozzoIT
Please Lombi, insert this in "Tips Giude" :-P]]>
Vr, 17 Jul 2009 03:48:25 -0000
musiconly ]]> Vr, 17 Jul 2009 03:19:41 -0000 Lombi ]]> Vr, 17 Jul 2009 03:15:12 -0000 musiconly
Thanks pieter!]]>
Vr, 17 Jul 2009 03:10:58 -0000
pieter
Lombi gave me the tip:
Add these CSS-part into the skin-CSS. The skin-CSS is loaded after the markitup. So it overrides it.

I did this for the sed-dark skin:
/* ============== markItUp CSS ============== */
.markItUpContainer  {
	border:1px solid #3C769D;
	background:#FFF!important;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	}
	
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 5px;
	border:1px solid #3C769D;
	width:98%;
	/*height:320px;*/
	background-image:none!important;
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
]]>
Vr, 17 Jul 2009 03:09:22 -0000
musiconly
/public_html/plugins/markitup/skins/markitup

file: style.css

.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	/*padding:5px 5px 5px 5px;*/
	border:1px solid #3C769D;
	width:98%;
	/*height:320px;*/
	background-image:url(images/bg-editor.png);
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}

to

.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	/*padding:5px 5px 5px 5px;*/
	border:1px solid #3C769D;
	width:98%;
	/*height:320px;*/
	background-color: #000000;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
]]>
Vr, 17 Jul 2009 02:59:02 -0000
SparrozzoIT Example: I have a skin with css an the text is white...the skin background is black...if I write on the textbox i dont "see" nothing...it's possible change background color of textboxer ?
Tnx guys :-)]]>
Vr, 17 Jul 2009 02:41:40 -0000