summaryrefslogtreecommitdiff
path: root/fs_selfservice/fri/theme/global.css
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2010-12-27 00:04:45 +0000
committercvs2git <cvs2git>2010-12-27 00:04:45 +0000
commitc82d349f864e6bd9f96fd1156903bc1f7193a203 (patch)
treee117a87533656110b6acd56fc0ca64289892a9f5 /fs_selfservice/fri/theme/global.css
parent74e058c8a010ef6feb539248a550d0bb169c1e94 (diff)
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'fs_selfservice/fri/theme/global.css')
-rw-r--r--fs_selfservice/fri/theme/global.css87
1 files changed, 0 insertions, 87 deletions
diff --git a/fs_selfservice/fri/theme/global.css b/fs_selfservice/fri/theme/global.css
deleted file mode 100644
index cd97aa285..000000000
--- a/fs_selfservice/fri/theme/global.css
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * Global Styles
- */
-
-body {
- color: #333;
- background-color: white;
- font-family: Verdana, Helvetica, Arial, sans-serif;
-}
-
-div {
- font-family: Verdana, Helvetica, Arial, sans-serif;
-}
-
-h2 {
- font-size: 1.2em;
- font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
- margin-top: 0;
- margin-bottom: 0;
- color: #555;
-}
-
-h3 {
- font-size: 1em;
- margin-top: 1.5em;
- font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
- margin-top: 0;
- margin-bottom: 0;
- color: #555;
-}
-
-
-h4 {
- font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
- margin-top: 0;
- margin-bottom: 0;
- color: #555;
- margin-top: 1.5em
-}
-
-
-
-sup {
- font-size: 9px
-}
-
-small small {
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-weight: bold;
-}
-
-
-
-/***** info popups *****/
-a.info {
- position:relative;
- color:black;
- border-bottom:1px dashed #ccc;
-}
-/* Added to solve the z-order problem of IE
-*/
-a.info:hover {
- background-color: #FFA178;
- z-index:2;
-}
-/* End */
-a.info span{
- display: none;
- background-color: #FFA178;
-}
-a.info:hover span{
- display:block;
- position:absolute;
- z-index:1;
- top:2em;
- left:-10em;
- width:25em;
- border:1px solid #F2AF1D;
- background-color:#FDF1D5;
- color:#000;
- text-align:justify;
- font-size:10px;
- font-weight:normal;
- padding:3px;
- line-height:15px;
-}
-