Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Aug 5, 2015
1 parent df80ba7 commit 94ffae1
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions local.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
h2 {
margin-top: 3em;
margin-bottom: 0em;
}
.head h2, #abstract h2, #sotd h2 {
margin-top: 0;
}
h3 {
margin-top: 3em;
}
h4 {
font-size: 100%;
font-weight: normal;
color: #005a9c;
margin-top: 2em;
}
.leadin {
font-weight: bold;
}

ins {
background-color: #99FF99;
text-decoration: none;
}
del {
display: inline;
color: silver;
}

figure {
margin-bottom: 2em;
text-align: center;
}
figcaption {
text-align: center;
margin: 0.5em 2em;
font-style: italic;
font-size: 90%;
}
.figno:after {
content: ':\00A0 ';
}

a.termref:link {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:hover {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:visited {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:active {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}

.qterm:before, .qchar:before { content: "'"; }
.qterm:after, .qchar:after { content: "'"; }
.quote:before { content: '"'; }
.quote:after { content: '"'; }
code {
color: #A52A2A;
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 100%;
}
samp, kbd {
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 100%;
}
.uname {
text-transform: uppercase;
font-size: 85%;
letter-spacing:0.03em;
}





.tab-format {
margin-left: 10%;
}
table td {
border: 1px solid #ddd;
padding: 10px;
}
.exampleList {
float: left;
margin:10px;
}

0 comments on commit 94ffae1

Please sign in to comment.