-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (88 loc) · 1.89 KB
/
Copy pathstyle.css
File metadata and controls
104 lines (88 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body{
color: rgb(255, 255, 255);
background-image:url('img/GB1.png');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
margin:0;
}
body p{
color: rgb(255, 255, 255);
text-shadow: 0 0 5px #000000,
0 0 10px #000000,
0 0 20px #000000,
0 0 40px #000000;
}
body a{
color: rgb(255, 255, 255);
text-shadow: 0 0 5px #ff0000,
0 0 10px #fd0000;
}
body h1{
color: rgb(255, 255, 255);
text-shadow: 0 0 5px #ff0000,
0 0 10px #fd0000,
0 0 20px #ff0000;
}
.yazi h1{
margin: 0;
color: #ffffff;
text-shadow: 0 0 5px #ff0000,
0 0 10px #fd0000;
}
.yazi p{
margin: 0;
color: #ffffff;
text-shadow: 0 0 5px #000000,
0 0 10px #000000,
0 0 20px #000000,
0 0 40px #000000;
}
.gorsel{
display: flex;
align-items: center;
gap: 15px;
}
.container{
background: rgb(0, 0, 0);
}
header img{
width: 100%;
height: 150px;
display: block;
}
.main{
display: flex;
}
.left{
width: 200px;
background: #000000;
padding: 15px;
}
.content{
width: 950px;
background: #1d0300;
padding: 20px;
min-width: 0;
overflow-wrap: break-word;
}
.kutu{
width:100%; /* Kutunun genişliği */
border: 2px solid #360000; /* Çerçeve */
background: #0b0b0b; /* Siyah arka plan */
margin: 20px auto; /* Ortala */
}
.kutu-baslik{
background: #820000; /* Üst şerit */
color: white;
font-size: 20px;
padding: 3px 15px;
}
.kutu-icerik{
padding: 5px;
min-height: 100px; /* Kutunun yüksekliği */
color: #ff0000;
}
.kutu-icerik a{
color: white;
}