Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'style'

1711606 - Style Switcher: wordpress switch style
  1. function setActiveStyleSheet(title) {
  2.   var i, a, main;
  3.   for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
  4.     if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
  5.       a.disabled = true;
  6.       if(a.getAttribute("title") == title) a.disabled = false;
  7.     }
  8.   }
  9.  
1286114 - Readable input fields: css firefox style userstyles
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix(http) {
  4.  textarea { background-color: #003333 !important; color: #99FFFF !important; -moz-appearance: none !important; }
  5.  
  6.  input[type="text"], input[type="password"], input[type="file"], input:not([type]) { background-color: #000066 !important; -moz-appearance: none !important; }
  7.  
  8.  input[type="text"]     { color: #CCFFFF !important; -moz-appearance: none !important; }
  9.  
1286010 - Readable input fields: css firefox style
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix("file:///data/Eigene_Dateien/Dropbox/Public/form3.htm") {
  4.  body { background-color: blue !important; -moz-appearance: none !important; }
  5.  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; }
  6. }
1286006 - form.htm: css html style
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
  2.         <head>
  3.                 <title>Formularfelder einf&auml;rben</title>
  4.                 <style type="text/css">
  5. textarea {
  6.         color: red;
  7.         background-color: red;
  8.  
1285806 - form.htm: css html style
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
  2.         <head>
  3.                 <title>Formularfelder einf&auml;rben</title>
  4.                 <style type="text/css">
  5. textarea {
  6.         color: red;
  7.         background-color: red;
  8.  
1285803 - Readable input fields: css firefox style
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix(http) {
  4.  textarea { background-color: #003333 !important; color: #99FFFF !important; -moz-appearance: none !important; }
  5.  
  6.  input[type="text"], input[type="password"], input[type="file"] { background-color: #000066 !important; -moz-appearance: none !important; }
  7.  
  8.  input[type="text"]     { color: #CCFFFF !important; -moz-appearance: none !important; }
  9.  
1285801 - Readable input fields: css firefox style
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix(http) {
  4.  textarea { background-color: #003333 !important; color: #99FFFF !important; -moz-appearance: none !important; }
  5.  
  6.  input[type="text"], input[type="password"], input[type="file"] { background-color: #000066 !important; -moz-appearance: none !important; }
  7.  
  8.  input[type]            { color: #FFFFFF !important; -moz-appearance: none !important; }
  9.  
worth-right
fantasy-obligation