Kaynağa Gözat

add pink style

cube 1 gün önce
ebeveyn
işleme
4c89872b3e
2 değiştirilmiş dosya ile 44 ekleme ve 0 silme
  1. 43
    0
      myriad/static/themes/pink.css
  2. 1
    0
      myriad/templates/base.html

+ 43
- 0
myriad/static/themes/pink.css Dosyayı Görüntüle

@@ -0,0 +1,43 @@
1
+.pink{
2
+    background-color:#fac9f6;
3
+    border-color:#da14c6;
4
+    color:black;
5
+}
6
+.pink .heading
7
+{
8
+    background-color:#f191f4;
9
+    border-color:#ff2fe7;
10
+    color:#b2099e;
11
+}
12
+.pink .heading b
13
+{
14
+    color:black;
15
+}
16
+.pink a{
17
+    color: #da14b6;
18
+}
19
+.pink a:hover{
20
+    color: #980e88;
21
+}
22
+.pink ::selection {
23
+    background:#da14c0;
24
+    color: white;
25
+    text-shadow: none;
26
+}
27
+.pink ::-moz-selection {
28
+    background: #da14c3;
29
+    color: #EEE;
30
+    text-shadow: none;
31
+}
32
+.pink .icon{
33
+    border-color:#da14af;
34
+}
35
+
36
+body.pink{
37
+    background: linear-gradient(90deg, #f8a1e5 0%, #d55ff3 50%, #f5c35e 100%);
38
+    scrollbar-color:#a414da #d991f4;
39
+}
40
+.pink .container{
41
+    background-color:#fac9f6;
42
+    border-color:#da14c6;
43
+}

+ 1
- 0
myriad/templates/base.html Dosyayı Görüntüle

@@ -5,6 +5,7 @@
5 5
 
6 6
 <link rel="stylesheet" href="{{ url_for('static', filename='themes/default.css') }}">
7 7
 <link rel="stylesheet" href="{{ url_for('static', filename='themes/purple.css') }}">
8
+<link rel="stylesheet" href="{{ url_for('static', filename='themes/pink.css') }}">
8 9
 
9 10
 
10 11
 <div id="main">