Tentative de régler le bordel
This commit is contained in:
@@ -149,7 +149,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||
}
|
||||
|
||||
.site_logo {
|
||||
background-image: url("./images/site_logo.gif");
|
||||
background-image: url("./images/site_logo.svg");
|
||||
}
|
||||
|
||||
/* Horizontal lists
|
||||
@@ -672,6 +672,11 @@ Colours and backgrounds for buttons.css
|
||||
box-shadow: 0 0 10px #0075B0;
|
||||
}
|
||||
|
||||
.search-results li:hover,
|
||||
.search-results li.active {
|
||||
background-color: #CFE1F6;
|
||||
}
|
||||
|
||||
/* Icon images
|
||||
---------------------------------------- */
|
||||
|
||||
|
||||
@@ -176,6 +176,7 @@ a:hover { text-decoration: underline; }
|
||||
}
|
||||
|
||||
.site_logo {
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
width: 149px;
|
||||
height: 52px;
|
||||
|
||||
@@ -355,7 +355,7 @@ input.button3 {
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
|
||||
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], .search-results li {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/* Global module setup
|
||||
--------------------------------*/
|
||||
|
||||
/* Renamed version of .fa class for agnostic useage of icon fonts.
|
||||
/* Renamed version of .fa class for agnostic usage of icon fonts.
|
||||
* Just change the name of the font after the 14/1 to the name of
|
||||
* the font you wish to use.
|
||||
*/
|
||||
|
||||
6
styles/prosilver/theme/images/site_logo.svg
Normal file
6
styles/prosilver/theme/images/site_logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 33 KiB |
@@ -3,6 +3,10 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.attach-row-tpl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.file-list td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ hr {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
/* Dont want to print url for names or titles in content area */
|
||||
/* Don't want to print url for names or titles in content area */
|
||||
.postbody .author a:link, .postbody .author a:visited,
|
||||
html>body .postbody .author a:link:after,
|
||||
html>body .postbody .author a:visited:after,
|
||||
|
||||
21
styles/prosilver/theme/stylesheet.css
Normal file
21
styles/prosilver/theme/stylesheet.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/* phpBB3 Style Sheet
|
||||
--------------------------------------------------------------
|
||||
Style name: prosilver (the default phpBB 3.3.x style)
|
||||
Based on style:
|
||||
Original author: Tom Beddard ( http://www.subblue.com/ )
|
||||
Modified by: phpBB Limited ( https://www.phpbb.com/ )
|
||||
--------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@import url("normalize.css?v=3.3");
|
||||
@import url("base.css?v=3.3");
|
||||
@import url("utilities.css?v=3.3");
|
||||
@import url("common.css?v=3.3");
|
||||
@import url("links.css?v=3.3");
|
||||
@import url("content.css?v=3.3");
|
||||
@import url("buttons.css?v=3.3");
|
||||
@import url("cp.css?v=3.3");
|
||||
@import url("forms.css?v=3.3");
|
||||
@import url("icons.css?v=3.3");
|
||||
@import url("colours.css?v=3.3");
|
||||
@import url("responsive.css?v=3.3");
|
||||
Reference in New Issue
Block a user