Advertising
advertising
related pastes to tag 'style'
- 1711606 - Style Switcher: wordpress switch style
-
- function setActiveStyleSheet(title) {
- var i, a, main;
- for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
- if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
- a.disabled = true;
- if(a.getAttribute("title") == title) a.disabled = false;
- }
- }
- 1286114 - Readable input fields: css firefox style userstyles
-
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document url-prefix(http) {
- textarea { background-color: #003333 !important; color: #99FFFF !important; -moz-appearance: none !important; }
- input[type="text"], input[type="password"], input[type="file"], input:not([type]) { background-color: #000066 !important; -moz-appearance: none !important; }
- input[type="text"] { color: #CCFFFF !important; -moz-appearance: none !important; }
- 1286010 - Readable input fields: css firefox style
-
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document url-prefix("file:///data/Eigene_Dateien/Dropbox/Public/form3.htm") {
- body { background-color: blue !important; -moz-appearance: none !important; }
- input { display: block !important; height: 100px !important; width: 100px !important; background-color: black !important; margin: 1cm !important; border: 10px solid black !important; -moz-appearance: none !important; }
- }
- 1286006 - form.htm: css html style
- 1285806 - form.htm: css html style
- 1285803 - Readable input fields: css firefox style
-
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document url-prefix(http) {
- textarea { background-color: #003333 !important; color: #99FFFF !important; -moz-appearance: none !important; }
- input[type="text"], input[type="password"], input[type="file"] { background-color: #000066 !important; -moz-appearance: none !important; }
- input[type="text"] { color: #CCFFFF !important; -moz-appearance: none !important; }
- 1285801 - Readable input fields: css firefox style
-
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document url-prefix(http) {
- textarea { background-color: #003333 !important; color: #99FFFF !important; -moz-appearance: none !important; }
- input[type="text"], input[type="password"], input[type="file"] { background-color: #000066 !important; -moz-appearance: none !important; }
- input[type] { color: #FFFFFF !important; -moz-appearance: none !important; }