Project

General

Profile

Feature #17732 » typo3_t3skin.patch

Administrator Admin, 2008-03-08 17:08

View differences:

typo3_src-4.2.0beta3/typo3/sysext/t3skin/stylesheets/stylesheet_post.css 2008-03-08 16:52:24.000000000 +0100
}
a:hover {
color: #000000;
color: #000;
background-color: transparent;
}
......
background-color: transparent;
}
select, textarea, input, td, body, .defstyle, p, div {
select, textarea, input, button, td, body, .defstyle, p, div {
color: #212424;
}
textarea, input {
textarea, input, button {
border-top: 1px solid #838EA0;
border-left: 1px solid #838EA0;
border-right: 1px solid #545861;
......
background-color: #FEFEFE;
}
textarea:hover, input:hover {
border-top: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
border-right: 1px solid #888888;
border-bottom: 1px solid #888888;
textarea:hover, input:hover, button:hover {
border-top: 1px solid #AAA;
border-left: 1px solid #AAA;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
}
textarea:focus, input:focus {
textarea:focus, input:focus, button:focus {
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #777777;
......
background: none;
}
input[type="submit"],input[type="reset"], button {
cursor: pointer;
}
.checkbox,
.checkbox:hover {
width: 13px;
......
label {
vertical-align: middle;
cursor: pointer;
}
/* PAGE HEADERS: */
h1, h2, h3, h4 {
color: #555555;
h3, h4 {
color: #555;
}
/* Occasionally used, eg. in About Modules: */
h1 {
background-color: #EFEFF4;
h1, h2 {
padding-left: 3px;
background-image: url(../icons/gfx/alt_menu_mainitem_bg.gif);
color: #FFF;
}
/* Occasionally used, eg. in About Modules: */
h1 {}
/* MAIN page header: */
h2 {
background-color: #EFEFF4;
text-align: left;
font-size: 12px;
}
/* Normal section headers */
h3 {
background-color: #EFEFF4;
background-color: #D7DBE2;
}
/* Discrete section headers (no background) */
......
}
/* END PAGE HEADERS: */
typo3_src-4.2.0beta3/typo3/sysext/t3skin/stylesheets/typo3-index-php.css 2008-03-08 16:56:09.000000000 +0100
table#logintable H2 {
border: 0px;
background-color: transparent;
background-image: none;
font-size: 12px;
color: #000000;
text-align: left;
......
div#loginNews H2 {
background-color: #E26816;
background-image: none;
color: black;
font-size: 12px;
}
(1-1/5)