mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 21:09:28 +00:00
193 lines
3.8 KiB
CSS
193 lines
3.8 KiB
CSS
body {
|
|
background-color: #FFFFFF;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 9pt;
|
|
color: #000000
|
|
}
|
|
a:link, a:visited {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
color: #000000
|
|
}
|
|
a:hover, a:active {
|
|
text-decoration: none
|
|
}
|
|
a img {
|
|
border: 0px solid transparent
|
|
}
|
|
h1 {
|
|
font-size: 36pt;
|
|
font-weight: bold
|
|
}
|
|
h2 {
|
|
font-size: 24pt;
|
|
font-weight: bold
|
|
}
|
|
h3 {
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
font-style: italic
|
|
}
|
|
h1.top, h2.top, h3.top {
|
|
margin-top: 0px
|
|
}
|
|
pre {
|
|
display: block;
|
|
border: 1px dashed #000000;
|
|
padding: 5px;
|
|
font-family: "Lucida Console","DejaVu LGC Sans Mono","DejaVu Sans Mono","Bistream Vera Sans Mono",monospace;
|
|
font-size: 10pt;
|
|
color: #000000
|
|
}
|
|
pre.notes {
|
|
height: 300px;
|
|
overflow: auto
|
|
}
|
|
code {
|
|
display: inline;
|
|
font-family: "Lucida Console","DejaVu LGC Sans Mono","DejaVu Sans Mono","Bistream Vera Sans Mono",monospace;
|
|
font-size: 10pt;
|
|
color: #000000
|
|
}
|
|
|
|
/******************************************************************************
|
|
* Starburst CMS Necessary Style Classes *
|
|
******************************************************************************/
|
|
|
|
.sblog-title {
|
|
display: block;
|
|
margin-bottom: 0px;
|
|
margin-top: 15px;
|
|
font-size: 24pt;
|
|
font-weight: bold
|
|
}
|
|
.sblog-title a:link, .sblog-title a:visited {
|
|
color: #000000;
|
|
text-decoration: none
|
|
}
|
|
.sblog-title a:hover, .sblog-title a:active {
|
|
color: #000000;
|
|
text-decoration: underline
|
|
}
|
|
|
|
/******************************************************************************
|
|
* Cuvou Storm -- Page Styles *
|
|
******************************************************************************/
|
|
|
|
/* Lightning Background Style */
|
|
.lightning {
|
|
display: none
|
|
}
|
|
|
|
/* Top Storm Bar and Logo Styles */
|
|
.storm {
|
|
display: none
|
|
}
|
|
.logo {
|
|
display: none
|
|
}
|
|
|
|
/* Left Navigation Bar Styles */
|
|
.navpanel {
|
|
display: none
|
|
}
|
|
.navbar {
|
|
display: none
|
|
}
|
|
.navbody {
|
|
display: none
|
|
}
|
|
.navfoot {
|
|
display: none
|
|
}
|
|
.section {
|
|
display: none
|
|
}
|
|
.subsection {
|
|
display: none
|
|
}
|
|
.navbody a:link, .navbody a:visited {
|
|
text-decoration: none
|
|
}
|
|
.navbody a:hover, .navbody a:active {
|
|
text-decoration: underline
|
|
}
|
|
|
|
/* Main Content Area */
|
|
.maincontent {
|
|
display: inline
|
|
}
|
|
|
|
/* Miscellaneous and Page-Specific Styles */
|
|
|
|
.copyright {
|
|
margin-top: 96px;
|
|
margin-bottom: 32px;
|
|
text-align: center;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
color: #000000
|
|
}
|
|
.distro {
|
|
border: 1px solid #000000
|
|
}
|
|
.distro th {
|
|
width: 150px;
|
|
text-align: center;
|
|
vertical-align: top
|
|
}
|
|
.distro td {
|
|
width: 150px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
border: 1px solid #000000
|
|
}
|
|
.distro td img {
|
|
float: left
|
|
}
|
|
|
|
/******************************************************************************
|
|
* Software Design Styles *
|
|
******************************************************************************/
|
|
|
|
.sw-tab-wrapper {
|
|
display: block
|
|
}
|
|
.sw-tab-top {
|
|
border-bottom: 1px solid #000000;
|
|
padding-left: 16px;
|
|
}
|
|
.sw-tab-frame {
|
|
border-left: 1px solid #000000;
|
|
border-right: 1px solid #000000;
|
|
border-bottom: 1px solid #000000
|
|
}
|
|
.sw-tab-content {
|
|
padding: 5px
|
|
}
|
|
.sw-tab-active {
|
|
border-top: 1px solid #000000;
|
|
border-left: 1px solid #000000;
|
|
border-right: 1px solid #000000;
|
|
border-bottom: 1px solid #AACCFF;
|
|
margin-right: 10px
|
|
}
|
|
.sw-tab-normal {
|
|
border-top: 1px solid #000000;
|
|
border-left: 1px solid #000000;
|
|
border-right: 1px solid #000000;
|
|
margin-right: 10px
|
|
}
|
|
.sw-tab-active span, .sw-tab-normal span {
|
|
padding: 4px
|
|
}
|
|
.sw-tab-active a:link, .sw-tab-active a:visited,
|
|
.sw-tab-normal a:link, .sw-tab-normal a:visited {
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: small;
|
|
color: #000000;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|