Files
uf/skins/subPurple/wyzz_editarea.css
pioder 968d0b7b53 Added files - test
git-svn-id: https://svn.pioder.pl/uf-svn/uF@11 72ec579a-5ced-4fa4-82f3-afba5d98df2f
2009-05-01 08:28:11 +00:00

81 lines
1.8 KiB
CSS

/**************** body and tag styles ****************/
body, p {
margin-top: 0px;
margin-bottom: 30px;
background-color: #fefefe;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 13px;
}
#container {
width: 750px;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #666666;
background-color: #FFFFFF;
}
#container2 {
width: 746px;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #666666;
background-color: #FFFFFF;
border-bottom: 2px solid #2763A5;
}
pre {
font-family: "courier new", sans-serif;
font-weight: normal;
font-size: 12px;
color: #6DA6E2;
background-color: #FFFFFF;
}
h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 32px;
color: #6DA6E2;
margin-bottom: 30px;
background-color: #FFFFFF;
}
h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 28px;
color: #6DA6E2;
margin-bottom: 30px;
background-color: #FFFFFF;
}
h3 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 24px;
color: #6DA6E2;
margin-bottom: 30px;
background-color: #FFFFFF;
}
a {
color: #6DA6E2;
background-color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-family: Verdana;
}
a:hover {
background-color: #FFFFFF;
color: inherit;
font-weight: bold;
text-decoration: underline;
font-family: Verdana;
}