Răsfoiți Sursa

Fix header title alignment and change color of Flat icon

Marien Fressinaud 11 ani în urmă
părinte
comite
72b6bf8d88

+ 3 - 0
p/themes/Dark/dark.css

@@ -446,6 +446,9 @@ a.btn {
 	text-align: center;
 	border-bottom: 1px solid #333;
 }
+.header > .item.title{
+	width: 230px;
+}
 .header > .item.title h1 {
 	margin: 0.5em 0;
 }

+ 3 - 0
p/themes/Flat/flat.css

@@ -435,6 +435,9 @@ a.btn {
 	vertical-align: middle;
 	text-align: center;
 }
+.header > .item.title{
+	width: 230px;
+}
 .header > .item.title h1 {
 	margin: 0.5em 0;
 }

+ 12 - 0
p/themes/Flat/icons/icon.svg

@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
+	<title>Logo FreshRSS</title>
+	<circle fill="#2980b9" cx="128" cy="128" r="33"/>
+	<g fill="none" stroke="#2980b9" stroke-width="24">
+		<g stroke-opacity="0.3">
+			<path d="M12,128 A116,116 0 1,1 128,244"/>
+			<path d="M54,128 A74,74 0 1,1 128,202"/>
+		</g>
+		<path d="M128,12 A116,116 0 0,1 244,128"/>
+		<path d="M128,54 A74,74 0 0,1 202,128"/>
+	</g>
+</svg>

+ 3 - 0
p/themes/Origine/origine.css

@@ -479,6 +479,9 @@ a.btn {
 	vertical-align: middle;
 	text-align: center;
 }
+.header > .item.title{
+	width: 230px;
+}
 .header > .item.title h1 {
 	margin: 0.5em 0;
 	text-shadow: 1px -1px 0 #ccc;

+ 3 - 0
p/themes/base-theme/base.css

@@ -339,6 +339,9 @@ a.btn {
 	vertical-align: middle;
 	text-align: center;
 }
+.header > .item.title{
+	width: 230px;
+}
 .header > .item.title h1 {
 	margin: 0.5em 0;
 }