다우 오피스 임의 조정
다우오피스 by protyliss
Details
Authorprotyliss
LicenseNo License
Categorydaouoffice
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 다우오피스
@version 20231229.02.08
@namespace userstyles.world/user/protyliss
@description 다우 오피스 임의 조정
@author protyliss
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://imr.daouoffice.com") {
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
* {
font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
letter-spacing:0 !important;
}
.go_skin_advanced h1.logo {
margin-top:4px;
}
img.logo {
display:none;
}
.go_skin_advanced .go_header {
background-color: #369;
}
.go_skin_advanced .go_wrap header.go_header nav ul li.on a {
background: rgba(0,0,0,0.24);
}
[data-menu="todo"],
[data-menu="community"],
[data-menu="works"],
[data-menu="docs"] {
display:none !important;
}
.ic_lock + span,
span:has(.ic_private) {
background-color:rgba(255, 0, 0, 0.06);
color: #900;
}
td .writeBtn {
border:none;
background-color: #369;
color: #fff;
padding: 4px 48px;
}
td .writeBtn:hover {
background-color: skyblue;
}
.tb_lately_report_detail {
width: auto !important;
}
.tb_lately_report_detail td {
white-space:nowrap;
}
}