aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sv/inc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sv/inc/style.css')
-rwxr-xr-xtools/sv/inc/style.css95
1 files changed, 0 insertions, 95 deletions
diff --git a/tools/sv/inc/style.css b/tools/sv/inc/style.css
deleted file mode 100755
index 1606b21bc5..0000000000
--- a/tools/sv/inc/style.css
+++ /dev/null
@@ -1,95 +0,0 @@
-.small {
- font-size: 10px
-}
-
-TD.domainInfo {
- font-size: 10px;
- color: black
-}
-
-TD.domainInfoHead {
- font-size: 10px;
- color: white;
- font-face: bold
-}
-
-TD.domainInfoHead {background-color: black}
-TR.domainInfoOdd {background-color: white}
-TR.domainInfoEven {background-color: lightgrey}
-
-body {
- margin: 0px;
- padding: 0px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #000000;
-}
-
-div#menu {
- position: absolute;
- left: 10px;
- top: 10px;
- width: 160px;
- padding: 10px;
- border: 0px solid black;
- text-align: center;
-}
-
-div#main {
- position: absolute;
- left: 200px;
- top: 10px;
- right: 10px;
- padding: 10px;
- border: 0px solid black;
-}
-
-div.button {
- float: right;
- margin: 10px 0px 0px 10px;
- padding: 5px;
- text-align: center;
- border: 1px solid black;
- background: gray;
- cursor: hand;
-}
-
-div.tabButton {
- position: relative;
- top: 0px;
- float: left;
- margin: 0px 10px -1px 0px;
- padding: 5px;
- text-align: center;
- border: 1px solid black;
- background: gray;
- cursor: hand;
-}
-
-div.tabButton#activeTab {
- top: 0px;
- background: white;
- border-color: black black white black;
-}
-
-div.button:hover, div.tabButton:hover {
- background: white;
-}
-
-div.button a, div.tabButton a {
- font-size: 12px;
- font-weight: bold;
-}
-
-div.title {
- float: right;
- font-size: 14px;
- font-weight: bold;
-}
-
-div.tab {
- overflow: auto;
- clear: both;
- border: 1px solid black;
- padding: 10px;
-}