Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- #divScreen {
- position: absolute;
- left: 0%;
- top: 0%;
- width: 100%;
- height: 100%;
- overflow: auto;
- background-color: #bbbbbb;
- visibility: visible;
- }
- .cCommonDivs {
- position: absolute;
- left: 10%;
- top: 100px;
- width: 80%;
- overflow: auto;
- background-color: #4D7094;
- border: 3px solid #D5E5FF;
- border-color: #000000;
- padding: 10px;
- font-family: verdana,helvetica,arial,sans-serif;
- font-size: 10pt;
- font-weight: bold;
- color: #FFFFFF;
- cursor: default;
- margin-left: -20px;
- }
- .cBigLinks a {
- font-family: Tahoma, Geneva, sans-serif;
- font-size: 12pt;
- font-weight: bold;
- color: #000000;
- text-decoration: none;
- }
- .cBigLinks a:hover {
- color: #FFFF00;
- }
- .cPagesTitle {
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-size: 20pt;
- font-weight: normal;
- color: #FFFF00;
- }
- .cPagesText {
- font-family: Tahoma, Geneva, sans-serif;
- font-size: 12pt;
- font-weight: normal;
- color: #FFFFFF;
- }
- .cQuestion {
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-size: 12pt;
- font-weight: bold;
- color: #000000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement