Nvidia文档页样式优化
Nvidia 文档页 by phoenix1917
Details
Authorphoenix1917
LicenseNo License
Categoryuserstyles
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 Nvidia 文档页
@version 20211030.03.03
@namespace userstyles.world/user/phoenix1917
@description Nvidia文档页样式优化
@author phoenix1917
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://developer.download.nvidia.com") {
/* ==UserStyle==
@name Nvidia文档页
@namespace USO Archive
@author Damon
@description Nvidia文档页样式优化
@version 1.0
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
body {
font-family: monaco;
font-size:13pt;
background-color: #E5E5E5;
}
#right li {
padding-bottom: 5px;
}
#container {
padding: 55px 0 0 0;
}
#center {
position: absolute !important;
width: 50%;
margin: 0 30% 0 22%;
background-color: #F3F3F3;
padding: 40px;
min-width: 700px;
}
#left {
position: absolute !important;
width: 10%;
margin: 0 0 0 10%;
left: 0 !important;
right: 0;
}
#right {
position: absolute !important;
width: 25%;
margin: 0 0 0 80%;
}
#center h1{
font-size:16pt;
}
#center h2 {
font-size:15pt;
}
#center h3{
font-size:14pt;
}
#center h4, #center h5, #center h6 {
font-size:13pt;
}
}