Muudatused
Allikas: Pingviini viki
Välimus
,Uus lehekülg: ==Tumedad teemad== ===Firefox=== Firefoxile üldiselt tumedad teemad ei meeldi, mis torkab eriti silma ankeetides. Kirjute tekstisisestusväljade vältimiseks saab kasutada userConten...
==Tumedad teemad==
===Firefox===
Firefoxile üldiselt tumedad teemad ei meeldi, mis torkab eriti silma ankeetides. Kirjute tekstisisestusväljade vältimiseks saab kasutada userContent.css faili. See asub kaustas ~/.mozilla/firefox/sinuprofiil/chrome/
: Mis on parim viis CSS-faili lisada? [[Kasutaja:KristjanS|KristjanS]] 6. mai 2009, kell 05:49 (UTC)
<nowiki>input {
border: 1px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
#urlbar[level] .autocomplete-textbox-container >* {
background-color: #FFFFFF !important;
}
textarea {
border: 1px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
select {
border: 1px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
input[type="radio"],
input[type="checkbox"] {
border: 1px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}
*|*::-moz-radio {
background-color: white;
-moz-appearance: none !important;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 1px outset white;
background-color: #eeeeee;
color: black;
-moz-appearance: none !important;
}
body {
background-color: white;
color: black;
display: block;
margin: 8px;
-moz-appearance: none !important;
}</nowiki>
===Firefox===
Firefoxile üldiselt tumedad teemad ei meeldi, mis torkab eriti silma ankeetides. Kirjute tekstisisestusväljade vältimiseks saab kasutada userContent.css faili. See asub kaustas ~/.mozilla/firefox/sinuprofiil/chrome/
: Mis on parim viis CSS-faili lisada? [[Kasutaja:KristjanS|KristjanS]] 6. mai 2009, kell 05:49 (UTC)
<nowiki>input {
border: 1px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
#urlbar[level] .autocomplete-textbox-container >* {
background-color: #FFFFFF !important;
}
textarea {
border: 1px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
select {
border: 1px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
input[type="radio"],
input[type="checkbox"] {
border: 1px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}
*|*::-moz-radio {
background-color: white;
-moz-appearance: none !important;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 1px outset white;
background-color: #eeeeee;
color: black;
-moz-appearance: none !important;
}
body {
background-color: white;
color: black;
display: block;
margin: 8px;
-moz-appearance: none !important;
}</nowiki>