Rounded corners baby
This commit is contained in:
parent
e103de12b1
commit
e52d101fc7
1 changed files with 18 additions and 0 deletions
|
@ -48,6 +48,8 @@ hr {
|
|||
height: 150px;
|
||||
background: #fff;
|
||||
border: 1px solid #ccd;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
#logo h1 {
|
||||
|
@ -68,6 +70,8 @@ hr {
|
|||
margin: 10px;
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
#intro p { margin: 10px; }
|
||||
|
@ -87,6 +91,8 @@ hr {
|
|||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -104,6 +110,8 @@ hr {
|
|||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Rules for the menu displayed in the left sidebar */
|
||||
|
@ -120,6 +128,8 @@ hr {
|
|||
text-align: Left;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
.left_menu td {
|
||||
|
@ -176,6 +186,8 @@ hr {
|
|||
text-align: left;
|
||||
font-size: 12px;
|
||||
background: #eee;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
.optionalbox h1 {
|
||||
|
@ -231,6 +243,8 @@ hr {
|
|||
line-height: 1.2em;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Rules for Creative Commons logo button */
|
||||
|
@ -271,6 +285,10 @@ hr {
|
|||
border: 1px solid #ccc;
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
border-top-right-radius: 5px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
-moz-border-radius-topleft: 5px;
|
||||
}
|
||||
|
||||
#tabnav a:link.active, #tabnav a:visited.active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue