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