2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:Leranjun/WDC/styles.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/User:Leranjun/WDC/styles.css?_=1}-
.wdc-wrapper * {
    box-sizing: border-box;
}

.wdc-wrapper hr {
    width: 100%;
}

.wdc-wrapper {
    border: medium solid black;
    overflow: hidden;
}

.wdc-desktop-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.25%;
    font-size: 1vmax;
    background: black;
}

.wdc-subpage .wdc-desktop-wrapper {
    background: white;
}

.wdc-wallpaper-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.wdc-wallpaper-shade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.3;
}

.wdc-subpage .wdc-wallpaper-shade {
    opacity: 0.7;
}

.wdc-icons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 98%;
    padding: 1%;
    text-align: center;
    white-space: nowrap;
}

.wdc-icon-item {
    height: 80%;
}

.wdc-icon-item-wrapper {
    height: calc(100% - 1em);
}

.wdc-icon-item-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.wdc-widgets-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 85%;
    font-size: 0.8em;
}

.wdc-widgets-container {
    padding: 1%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}

.wdc-widget-item {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0 1em 1em;
    padding: 1em;
}

.wdc-start-taskbar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.wdc-taskbar-wrapper {
    width: 100%;
    background: rgb(3, 15, 41);
    /* Fallback */
    background: rgba(3, 15, 41, 0.8);
    color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wdc-taskbar {
    padding: 1%;
    flex: 1;
    align-items: center;
}

.wdc-taskbar-start-icon-wrapper {
    position: relative;
}

.wdc-taskbar-start-icon-wrapper img {
    height: 3em;
}

.wdc-taskbar-item img {
    height: 2.5em;
}

.wdc-clock {
    padding: 1%;
    text-align: center;
    white-space: nowrap;
}

.wdc-show-desktop {
    position: relative;
    height: 100%;
    border-left: thin solid gray;
    margin-left: 1%;
    width: 1em;
}

.wdc-show-desktop span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wdc-start-wrapper {
    height: 70%;
    width: 30%;
    background: rgb(3, 15, 41);
    background: rgba(3, 15, 41, 0.9);
    color: white;
    align-items: center;
    padding: 1%;
    display: flex;
    flex-direction: column;
}

.wdc-start-user-avatar-wrapper {
    height: 10%;
    margin-bottom: 1%;
    position: relative;
}

.wdc-start-user-avatar {
    height: 100%;
    border-radius: 50%;
}

.wdc-start-content-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wdc-start-item a {
    color: currentcolor;
}

.wdc-personalisation {
    width: 100%;
    text-align: center;
}

.wdc-finder-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.wdc-finder-header {
    position: relative;
    font-size: 1vmax;
    width: 100%;
    background: rgb(206, 206, 206);
    background: linear-gradient(0deg, rgba(206, 206, 206, 1) 0%, rgba(227, 227, 227, 1) 100%);
    padding: 1%;
}

.wdc-finder-buttons-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1%;
}

.wdc-finder-button {
    display: inline-block;
    border-radius: 50%;
    width: 1em;
    height: 1em;
}

.wdc-close-button {
    background: #FF3B30;
}

.wdc-minimise-button {
    background: #FFCC00;
}

.wdc-maximise-button {
    background: #28CD41;
}

.wdc-finder-title {
    width: 100%;
    text-align: center;
    transition: opacity 0.25s linear;
}

.wdc-finder-title>div {
    width: 100%;
}

.wdc-finder-content {
    flex: 1 1 0px;
    padding: 1%;
    overflow: scroll;
}

.wdc-finder-end-padding {
    height: 5em;
}