X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Flibswift%2Fdoc%2Fstyle.css;fp=src%2Flibswift%2Fdoc%2Fstyle.css;h=0cb5e37897c311a35af0b00e020cdc0afcbef854;hb=45963a7511531cd1656ad5d3847d2dafd015c54d;hp=0000000000000000000000000000000000000000;hpb=d069796805ad79542fd7e4406d1e9c6d2d8c2ef7;p=swifty.git diff --git a/src/libswift/doc/style.css b/src/libswift/doc/style.css new file mode 100644 index 0000000..0cb5e37 --- /dev/null +++ b/src/libswift/doc/style.css @@ -0,0 +1,68 @@ +body { + background: white no-repeat fixed; + color: black; +} + +h1, h2, h3 { + font-family: Verdana; +} + +p { + text-align: justify; +} + +body > div { + width: 60em; + margin: auto; + margin-top: 64px; + margin-bottom: 64px; + /*background: #d0e0ff;*/ + background: rgba(208,224,255,0.9); + padding-top: 16px; + padding-bottom: 16px; +} + +img#logo { + /*display: block; + margin-left: auto; + margin-right: auto; + position: relative; + top: -40px;*/ + position:absolute; + top: 4px; +} + +body > div > h1 { + text-align:center; +} + +body > div > div { + width: 90%; + margin: auto; +} + +div#motto { + text-align: right; + font-style: italic; + font-size: larger; + margin-bottom: 28pt; +} + +div#abstract { + letter-spacing: 0.06em; + /*font-size: larger;*/ + font-style: italic; + font-family: Georgia; +} + +div.fold>h2, div.fold>h3, div.fold>h4 { + cursor: pointer; +} + +[bullet='open']:before { + content: "⊟ "; +} + +[bullet='closed']:before { + content: "⊞ "; +}