这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
模板:SaturnForum/common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:手工回退 (旧)WikiEditor |
无编辑摘要 标签:(旧)WikiEditor |
||
| 第3行: | 第3行: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
width: | width: 95%; | ||
min-width: 200px; | min-width: 200px; | ||
max-width: 1000px; | max-width: 1000px; | ||
| 第14行: | 第14行: | ||
width: 96px; | width: 96px; | ||
height: 32px; | height: 32px; | ||
left: | left:2px; | ||
top:4px; | top:4px; | ||
} | } | ||
| 第20行: | 第20行: | ||
background-color: rgba(98,92,93,255); | background-color: rgba(98,92,93,255); | ||
margin-top: 10px; | margin-top: 10px; | ||
margin-left: | margin-left: 20px; | ||
height: 60px; | height: 60px; | ||
width: 60px; | width: 60px; | ||
| 第30行: | 第30行: | ||
height: auto; | height: auto; | ||
text-align: center; | text-align: center; | ||
padding: | padding: 8px; | ||
text-decoration: none; | text-decoration: none; | ||
transition: all 0.1s ease; | transition: all 0.1s ease; | ||
| 第51行: | 第51行: | ||
.SaturnForum-line-left { | .SaturnForum-line-left { | ||
position: absolute; | position: absolute; | ||
left: | left: 100px; | ||
height: 100%; | height: 100%; | ||
width: 2px; | width: 2px; | ||
| 第149行: | 第149行: | ||
flex: 1; | flex: 1; | ||
align-self: stretch; | align-self: stretch; | ||
margin: - | margin: -100px 15px 10px 114px; | ||
font-size: | font-size: 0.95rem; | ||
word-break: break-all; | word-break: break-all; | ||
overflow: auto; | overflow: auto; | ||
2025年11月1日 (六) 21:47的版本
.SaturnForum-Maincontainer{
position: relative;
display: flex;
flex-direction: column;
width: 95%;
min-width: 200px;
max-width: 1000px;
min-height: 300px;
background-color: #f0f0f0;
margin: 0 auto;
}
.SaturnForum-logo {
position: absolute;
width: 96px;
height: 32px;
left:2px;
top:4px;
}
.SaturnForum-portrait {
background-color: rgba(98,92,93,255);
margin-top: 10px;
margin-left: 20px;
height: 60px;
width: 60px;
display: flex;
order: 2;
}
.SaturnForum-user {
width: 90px;
height: auto;
text-align: center;
padding: 8px;
text-decoration: none;
transition: all 0.1s ease;
cursor: pointer;
word-break: break-all;
order: 2;
}
.SaturnForum-user:hover {
color: #3498db;
text-decoration: underline;
}
.SaturnForum-line-top {
position: relative;
width: 100%;
height: 2px;
background-color: rgba(98,98,98,255);
order: 1;
}
.SaturnForum-line-left {
position: absolute;
left: 100px;
height: 100%;
width: 2px;
background-color: rgba(98,98,98,255);
}
.SaturnForum-line-bottom {
position: relative;
width: 100%;
height: 2px;
background-color: rgba(98,98,98,255);
margin-bottom: 40px;
order: 3;
}
.SaturnForum-header-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
width: 95%;
justify-content: flex-start;
align-items: flex-start;
order: 0;
margin: 0 auto;
}
.SaturnForum-time {
position: static;
text-align: left;
padding: 10px;
padding-left: 120px;
margin-right: 10px;
font-size: 0.85rem;
word-break: break-word;
}
.SaturnForum-floor {
position: static;
text-align: right;
padding: 10px;
padding-right: 10px;
margin-left: auto;
font-size: 0.85rem;
word-break: break-word;
min-width: 25px;
}
.SaturnForum-refence {
position: absolute;
bottom: 10px;
left: 120px;
height: 10px;
text-align: center;
padding: 10px;
font-size: 0.85rem;
color: #3498db;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
}
.SaturnForum-refence:hover {
color: #e74c3c;
text-decoration: underline;
}
.SaturnForum-ping{
position: absolute;
bottom: 11px;
left: 160px;
height: 10px;
text-align: center;
padding: 10px;
font-size: 0.85rem;
color: #3498db;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
}
.SaturnForum-ping:hover{
color: #e74c3c;
text-decoration: underline;
}
.SaturnForum-report {
position: absolute;
bottom: 10px;
right: 10px;
height: 10px;
text-align: center;
padding: 10px;
font-size: 0.85rem;
color: #3498db;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
}
.SaturnForum-report:hover {
color: #e74c3c;
text-decoration: underline;
}
.SaturnForum-text {
position: static;
flex: 1;
align-self: stretch;
margin: -100px 15px 10px 114px;
font-size: 0.95rem;
word-break: break-all;
overflow: auto;
line-height: 2;
order: 2;
}