|
Scala example source code file (style.css)
The style.css Scala example source code
.SansSerif {
font-family: Arial, Helvetica, sans-serif;
}
.ContentList { font-size: 90%; style: margin-left: 3.4em; }
.Note {
margin-left: 4em;
margin-right: 4em;
font-size: 90%;
}
/* see http://www.maxdesign.com.au/presentation/external/ */
a.external span {
position: absolute;
left: -5000px;
width: 4000px;
}
a.external:link {
background: url(../images/external.gif) no-repeat 100% 0;
padding: 0px 20px 0px 0px;
}
a.external:visited {
color: purple;
background-color: white;
background: url(../images/external.gif) no-repeat 100% -100px;
padding: 0px 20px 0px 0px;
}
a.external:hover {
color: red;
background-color: white;
background: url(../images/external.gif) no-repeat 100% -200px;
padding: 0px 20px 0px 0px;
}
h2 { font-family: Arial, Helvetica, sans-serif; }
h3 {
margin-left: 1.4em;
margin-bottom: .1em;
font-family: Arial, Helvetica, sans-serif;
}
hr {
margin: 1em 0 1em 0;
}
img {
border:none;
}
li {
margin-left: 1.7em;
}
span.tool {
font-family: Courier, Sans-Serif;
font-weight: bold;
}
table.basic {
width: 100%;
}
table.basic td {
margin: 0;
padding: 2px;
}
table.basic th {
text-align: left;
}
table.basic th.links, td.links {
white-space: nowrap;
}
Other Scala source code examplesHere is a short list of links related to this Scala style.css source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.