mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
style
This commit is contained in:
parent
d5c817506d
commit
7c1b9aee5f
@ -19,7 +19,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="headercenter">
|
||||
<div class="header">
|
||||
<div class="buttons">
|
||||
<div class="buttonitem buttonsize"><a class="goodlink buttonsize" target="_blank"
|
||||
@ -67,7 +66,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="backgroud">
|
||||
</div>
|
||||
<article class="markdown-section" id="main"></article>
|
||||
|
@ -50,7 +50,8 @@
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.goodlink , .goodlinknormal {
|
||||
.goodlink,
|
||||
.goodlinknormal {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
line-height: 50px;
|
||||
@ -58,7 +59,8 @@
|
||||
|
||||
}
|
||||
|
||||
.goodlink:hover , .goodlinkhover{
|
||||
.goodlink:hover,
|
||||
.goodlinkhover {
|
||||
color: deepskyblue;
|
||||
background-color: rgba(255, 192, 203, 0.3);
|
||||
}
|
||||
@ -74,15 +76,12 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.headercenter {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
font-size: 21px;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
height: 50px;
|
||||
box-shadow: 0 0 4px 1px gray;
|
||||
z-index: 100;
|
||||
@ -103,14 +102,15 @@
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
.xiamian {
|
||||
.sidebar,
|
||||
.sidebar-toggle {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 60px;
|
||||
bottom: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.github-corner {
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
Loading…
x
Reference in New Issue
Block a user