mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
63 lines
1018 B
CSS
63 lines
1018 B
CSS
![]() |
.header-logo {
|
||
|
background-image: url("../image/logo.png");
|
||
|
background-size: 183px 50px;
|
||
|
height: 50px;
|
||
|
width: 183px;
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 1100px) {
|
||
|
.header-logo {
|
||
|
top: -12px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
white-space: pre;
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 2000px) {
|
||
|
.pytorch-content-left {
|
||
|
width: 1200px;
|
||
|
margin-left: 30px;
|
||
|
}
|
||
|
article.pytorch-article {
|
||
|
max-width: 1200px;
|
||
|
}
|
||
|
.pytorch-breadcrumbs-wrapper {
|
||
|
width: 1200px;
|
||
|
}
|
||
|
.pytorch-right-menu.scrolling-fixed {
|
||
|
position: fixed;
|
||
|
top: 45px;
|
||
|
left: 1580px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
article.pytorch-article section code {
|
||
|
padding: .2em .4em;
|
||
|
background-color: #f3f4f7;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
/* Disable the change in tables */
|
||
|
article.pytorch-article section table code {
|
||
|
padding: unset;
|
||
|
background-color: unset;
|
||
|
border-radius: unset;
|
||
|
}
|
||
|
|
||
|
table.autosummary td {
|
||
|
width: 50%
|
||
|
}
|
||
|
|
||
|
img.align-center {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
article.pytorch-article p.rubric {
|
||
|
font-weight: bold;
|
||
|
}
|