Allerdings stehen da auch einige angaben drin die ich nicht verstehe.
Hier mal ein teil der änderungen als screenshot:
http://prntscr.com/qklpxy
So sieht der code aus für z.b. colour.css
Code: Alles auswählen
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index ffaa71034f..04a895873c 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -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
---------------------------------------- */
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
Code: Alles auswählen
.site_logo {
- background-image: url("./images/site_logo.gif");
+ background-image: url("./images/site_logo.svg");
}
Auch das grüne unten wo nur "+" ohne "-" ist klar, das ist eine neue Anweisung.
Was ich nicht verstehe z.B. ist das hier:
/* Horizontal lists
@@ -672,6 +672,11 @@ Colours and backgrounds for buttons.css
box-shadow: 0 0 10px #0075B0;
}