home *** CD-ROM | disk | FTP | other *** search
- /*
- Styles for WWW.DIMIN.net/Image Viewer, Dima Fedorov
- ver 1.0
- 10/07/2003 11:46
- */
-
- body {
- margin: 10px;
- color: #000000;
- background: #E6E6DC;
- font-family: font-family: Arial, Helvetica, sans-serif;
- }
-
- /******************************************************************
- // BEGIN LINKS
- ******************************************************************/
-
- a:link, a:visited, a:active {
- color: #004989;
- background: transparent;
- text-decoration: none;
- }
-
- a:hover { color: #000000; text-decoration: underline; }
-
- /******************************************************************
- // MENUS
- ******************************************************************/
- .menublue {
- font-family: Arial, Helvetica, sans-serif;
- text-align: center;
- white-space: nowrap;
- text-transform: capitalize;
- background-color: #006699;
- color: #FFFFFF;
- font-weight: bold;
- }
-
- a:link.menublue, a:visited.menublue, a:active.menublue { color: #FFFFFF; }
- a:hover.menublue { color: #AAAAAA; }
-
- .menugray {
- font-family: Arial, Helvetica, sans-serif;
- text-align: center;
- white-space: nowrap;
- text-transform: capitalize;
- /*background-color: #E6E6DC;*/
- background-color: #FFFFFF;
- color: #333333;
- font-weight: bold;
- }
-
- a:link.menugray, a:visited.menugray, a:active.menugray { color: #333333; }
- a:hover.menugray { color: #AAAAAA; }
-
- .submenugray {
- font-family: Geneva, Arial, Helvetica, sans-serif;
- text-align: left;
- background-color: #FFFFFF;
- color: #333333;
- padding-left: 5px;
- font-size: 90%;
- }
-
- a:link.submenugray, a:visited.submenugray, a:active.submenugray { color: #333333; }
- a:hover.submenugray { color: #000000; }
-
- /******************************************************************
- // PARAGRAPH
- ******************************************************************/
- p {
- text-align: justify;
- font-family: font-family: Arial, Helvetica, sans-serif;
- }
-
- form { margin-bottom: 0; }
- table { margin-bottom: 0; }
-
- a img { border: 0; }
-
- ul {
- font-family: Arial, Helvetica, sans-serif;
- list-style-type: circle;
- list-style-position: outside;
- vertical-align: middle;
- text-align: left;
- }
-
- hr { border-style: dotted; height: 1px; width: 100%; color: #006699; }
-
- .copyright {
- font-family: Arial, Helvetica, sans-serif;
- text-align: right;
- font-style: italic;
- font-size: 80%;
- }
-
- .headlinks {
- font-family: Geneva, Arial, Helvetica, sans-serif;
- text-align: left;
- font-size: 90%;
- color: #333333;
- margin: 0px;
- }
- a:link.headlinks, a:visited.headlinks, a:active.headlinks { color: #333333; }
- a:hover.headlinks { color: #000000; }
-
-
- .bottomlinks {
- font-family: Geneva, Arial, Helvetica, sans-serif;
- text-align: center;
- font-size: 90%;
- color: #333333;
- margin: 1em 0px 0px;
- }
- a:link.bottomlinks, a:visited.bottomlinks, a:active.bottomlinks { color: #333333; }
- a:hover.bottomlinks { color: #000000; }
-
-
- .vertext {
- font-family: Arial, Helvetica, sans-serif;
- text-align: right;
- font-size: 120%;
- font-weight: bold;
- color: #FFFFFF;
- margin: 0px;
- }
-
- /******************************************************************
- // WINDOWS
- ******************************************************************/
- .winbase {
- background-color: #000000;
- padding: 0px;
- width: 100%;
- margin: 0px;
- border: 0px;
-
-
- }
-
- .winhead {
- font-family: Arial, Helvetica, sans-serif;
- white-space: nowrap;
- text-transform: capitalize;
- /*background-color: #9FD535;*/ background-color: #006699;
- /*color: #333333;*/color: #FFFFFF;
- font-weight: bold;
- padding-left: 10px;
- }
-
- .wintext {
- font-family: Arial, Helvetica, sans-serif;
- background-color: #FFFFFF;
- /*color: #666666;*/
- color: #000000;
- padding: 10px;
- }
-