X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2Ffri%2Ftheme%2Fglobal.css;fp=fs_selfservice%2Ffri%2Ftheme%2Fglobal.css;h=cd97aa285b76486868f47a886a431f05de51f894;hp=0000000000000000000000000000000000000000;hb=3a17b276638200475d54201fa62566b7440e819a;hpb=46c6025ca0759b96e5bd16e7ce4b16d4df8a0988 diff --git a/fs_selfservice/fri/theme/global.css b/fs_selfservice/fri/theme/global.css new file mode 100644 index 000000000..cd97aa285 --- /dev/null +++ b/fs_selfservice/fri/theme/global.css @@ -0,0 +1,87 @@ +/* + * 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; +} +