mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 19:49:20 +02:00
[ticket/11801] removed some whitespace and added missing semi colon's in css
PHPBB3-11801
This commit is contained in:
parent
78f1e11aeb
commit
f61db86b8d
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for common.css
|
||||
-------------------------------------------------------------- */
|
||||
@ -81,7 +81,7 @@ hr.dashed {
|
||||
}
|
||||
|
||||
.bg1 { background-color: #ECF3F7; }
|
||||
.bg2 { background-color: #e1ebf2; }
|
||||
.bg2 { background-color: #e1ebf2; }
|
||||
.bg3 { background-color: #cadceb; }
|
||||
|
||||
.ucprowbg {
|
||||
@ -234,7 +234,7 @@ p.rules {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for links.css
|
||||
-------------------------------------------------------------- */
|
||||
@ -327,7 +327,7 @@ a.topictitle:active {
|
||||
color: #105289;
|
||||
}
|
||||
|
||||
/* Profile searchresults */
|
||||
/* Profile searchresults */
|
||||
.search .postprofile a {
|
||||
color: #105289;
|
||||
}
|
||||
@ -346,10 +346,10 @@ a.top2 {
|
||||
}
|
||||
|
||||
/* Arrow links */
|
||||
a.up { background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
|
||||
a.down { background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
|
||||
a.left { background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
|
||||
a.right { background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }
|
||||
a.up { background-image: url("{T_THEME_PATH}/images/arrow_up.gif"); }
|
||||
a.down { background-image: url("{T_THEME_PATH}/images/arrow_down.gif"); }
|
||||
a.left { background-image: url("{T_THEME_PATH}/images/arrow_left.gif"); }
|
||||
a.right { background-image: url("{T_THEME_PATH}/images/arrow_right.gif"); }
|
||||
|
||||
a.up:hover {
|
||||
background-color: transparent;
|
||||
@ -364,7 +364,7 @@ a.right:hover {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for content.css
|
||||
-------------------------------------------------------------- */
|
||||
@ -655,7 +655,7 @@ fieldset.polls dd div {
|
||||
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for buttons.css
|
||||
-------------------------------------------------------------- */
|
||||
@ -664,9 +664,9 @@ Colours and backgrounds for buttons.css
|
||||
.reply-icon span { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
|
||||
.post-icon span { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
|
||||
.locked-icon span { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
|
||||
.pmreply-icon span { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
|
||||
.newpm-icon span { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
|
||||
.forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}
|
||||
.pmreply-icon span { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}"); }
|
||||
.newpm-icon span { background-image: url("{IMG_BUTTON_PM_NEW_SRC}"); }
|
||||
.forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}"); }
|
||||
|
||||
a.print {
|
||||
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
|
||||
@ -714,7 +714,7 @@ a.fontsize {
|
||||
.info-icon, .info-icon a { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
|
||||
.warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for cp.css
|
||||
-------------------------------------------------------------- */
|
||||
@ -916,7 +916,7 @@ dl.mini dt {
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for forms.css
|
||||
-------------------------------------------------------------- */
|
||||
@ -967,7 +967,7 @@ fieldset.quick-login input.inputbox {
|
||||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
.inputbox {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #FFFFFF;
|
||||
border-color: #B4BAC0;
|
||||
color: #333333;
|
||||
}
|
||||
|
@ -181,7 +181,7 @@ p.datetime {
|
||||
p.searchbar {
|
||||
padding: 2px 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
p.searchbarreg {
|
||||
margin: 0;
|
||||
@ -463,7 +463,7 @@ textarea {
|
||||
background-color: #FAFAFA;
|
||||
color: #333333;
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.3em;
|
||||
font-size: 1.3em;
|
||||
line-height: 1.4em;
|
||||
font-weight: normal;
|
||||
border: 1px solid #A9B8C2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user