mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
b99bad47b5
- rebase sass files to ./sass - Place all theme files in ./sphinx_rtd_theme - Grunt now uses `default` and `build` tasks - `build` will minify css for committing / dist - Added Gemfile and requirements.txt for python/ruby requirements - Cleaned up Gruntfile, copying no longer needed. - moved compass config to compass.rb Squashed commits: - Move out sphinx_rtd_theme to root folder - Manifest unneeded - Move out sass to root dir - Remove dist from git - Reconfigure paths - Add requirements for sphinx - Add gemfile for compass - Udpate components path - Move to static/css - Add line for rbenv - Require livereload, don't need copy - Comment static path, update theme path for demo conf.py - Add css files - Correct name of .ruby-version... - Update path to theme.css - Remove unprefixed badge_only.css - Update location of theme.js - Update paths in Gruntfile, tasks - re-add __init__.py, bump version - Update setup.py to pick up version easily - Move config.rb to compass.rb - Correct compass import paths - Add debug / production environment - Commit with production built css - Add theme.conf, get requires from requirements.txt - rename tasks, use sphinx-build, add comments - Fix font path - Update css files
133 lines
3.2 KiB
Sass
133 lines
3.2 KiB
Sass
.rst-content
|
|
// sometimes people provide sizing in their rst, while will break the responsive layout
|
|
img
|
|
max-width: 100%
|
|
height: auto !important
|
|
.section > img
|
|
margin-bottom: $base-line-height
|
|
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning
|
|
@extend .wy-alert
|
|
p.last, p.first
|
|
margin-bottom: 0
|
|
.admonition-title
|
|
font-weight: bold
|
|
@extend .icon
|
|
@extend .icon-exclamation-sign
|
|
&:before
|
|
margin-right: 4px
|
|
.note
|
|
@extend .wy-alert.wy-alert-info
|
|
.hint, .tip, .important
|
|
@extend .wy-alert.wy-alert-info
|
|
.error, .danger
|
|
@extend .wy-alert.wy-alert-danger
|
|
.warning, .caution, .attention
|
|
@extend .wy-alert.wy-alert-warning
|
|
.section ul, ul.simple, ul.stimple ul, .toctree-wrapper ul
|
|
@extend .wy-plain-list-disc
|
|
.section ol, ol.simple, ol.arabic
|
|
@extend .wy-plain-list-decimal
|
|
.topic-title
|
|
font-weight: bold
|
|
margin-bottom: $base-line-height / 2
|
|
.toc-backref
|
|
color: $text-color
|
|
.align-right
|
|
float: right
|
|
margin: 0px 0px $base-line-height $base-line-height
|
|
.align-left
|
|
float: left
|
|
margin: 0px $base-line-height $base-line-height 0px
|
|
h1, h2, h3, h4, h5, h6, dl dt
|
|
.headerlink
|
|
display: none
|
|
visibility: hidden
|
|
font-size: 14px
|
|
@extend .icon
|
|
&:after
|
|
visibility: visible
|
|
content: "\f0c1"
|
|
font-family: fontawesome-webfont
|
|
display: inline-block
|
|
&:hover .headerlink
|
|
display: inline-block
|
|
|
|
table.docutils
|
|
@extend .wy-table
|
|
@extend .wy-table-bordered-all
|
|
&:not(.field-list)
|
|
@extend .wy-table-striped
|
|
table.docutils.field-list
|
|
@extend .wy-table
|
|
border: none
|
|
td
|
|
border: none
|
|
.field-name
|
|
padding-right: 5px
|
|
text-align: left
|
|
.field-body
|
|
text-align: left
|
|
padding-left: 0
|
|
dl
|
|
dt
|
|
@extend code
|
|
display: inline-block
|
|
margin: $base-line-height / 4 0
|
|
font-size: 80%
|
|
line-height: normal
|
|
background: $gray-lighter
|
|
color: $gray-dark
|
|
border: none
|
|
border-left: solid 3px $gray-light
|
|
padding: $base-line-height / 4
|
|
.headerlink
|
|
color: $text-color
|
|
font-size: 100% !important
|
|
.descname, .descclassname, big, em
|
|
font-size: 100% !important
|
|
line-height: normal
|
|
dt:first-child
|
|
margin-top: 0
|
|
dd
|
|
margin-left: $base-line-height
|
|
|
|
dl dl
|
|
dt
|
|
@extend code
|
|
display: inline-block
|
|
margin-bottom: $base-line-height / 4
|
|
font-size: 80%
|
|
line-height: normal
|
|
.headerlink
|
|
color: $text-color
|
|
font-size: 100% !important
|
|
tt
|
|
font-family: $code-font-family
|
|
&.literal
|
|
@extend code
|
|
blockquote
|
|
margin-left: $base-line-height
|
|
line-height: $base-line-height
|
|
margin-bottom: $base-line-height
|
|
|
|
|
|
#search-results
|
|
.search li
|
|
margin-bottom: $base-line-height
|
|
border-bottom: solid 1px $table_border_color
|
|
padding-bottom: $base-line-height
|
|
.search li:first-child
|
|
border-top: solid 1px $table_border_color
|
|
padding-top: $base-line-height
|
|
.search li a
|
|
font-size: 120%
|
|
margin-bottom: $base-line-height / 2
|
|
display: inline-block
|
|
.context
|
|
color: $text-medium
|
|
font-size: 90%
|
|
|
|
|
|
|
|
|