removed a whole passel of files that do not need to be tracked in the repository
[kcls-web.git] / opac / extras / selfcheck / style.css
diff --git a/opac/extras/selfcheck/style.css b/opac/extras/selfcheck/style.css
deleted file mode 100644 (file)
index 428af06..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-@charset "utf-8";\r
-/* CSS Document */\r
-\r
-body {\r
-       margin:0;\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 16px;\r
-       background:#333;\r
-}\r
-\r
-img {\r
-       border: none;\r
-}\r
-\r
-a {\r
-       color: #003399;\r
-       text-decoration: none;\r
-}\r
-\r
-a:hover {\r
-       text-decoration: underline;\r
-}\r
-\r
-h1 {\r
-       margin:0;\r
-       margin-bottom: 5px;\r
-       font-size: 24px;\r
-       font-weight:normal;\r
-}\r
-\r
-h2 {\r
-       margin:0;\r
-       margin-bottom: 5px;\r
-       font-size: 22px;\r
-       font-weight:bold;\r
-}\r
-\r
-#header {\r
-       color: #bda964;\r
-       font-weight:bold;\r
-       padding: 12px 0px 9px 17px;\r
-       width: 1024px;\r
-       margin: auto;\r
-}\r
-\r
-#content-wrapper {\r
-       background: white;\r
-       min-height: 260px;\r
-       border-bottom: 1px solid black;\r
-}\r
-\r
-#main-content {\r
-       width: 694px;\r
-       margin:auto;\r
-       padding-left:21px;\r
-}\r
-\r
-.checkout {\r
-       font-size:20px;\r
-}\r
-\r
-.checkout h1 {\r
-       font-size:40px;\r
-}\r
-\r
-.checkout h2 {\r
-       font-size:28px;\r
-}\r
-\r
-.checkout .sidebar h3 {\r
-       font-size: 20px;\r
-       margin:0;\r
-       padding-left:7px;\r
-}\r
-\r
-.checkout .sidebar a {\r
-       font-size:16px;\r
-}\r
-\r
-.checkout .sidebar a span {\r
-       font-weight:bold;\r
-}\r
-\r
-.checkout .sidebar p {\r
-       margin:4px 0px;\r
-       padding:3px;\r
-}\r
-\r
-.checkout .sidebar div, .checkout .sidebar p {\r
-       font-size: 20px;\r
-}\r
-\r
-.checkout input[type=text], .checkout input[type=password] {\r
-       border: 1px solid black;\r
-       width:300px;\r
-       height:20px;\r
-       padding:2px;\r
-       padding-top:1px;\r
-       margin:0px;\r
-       font-size:20px;\r
-}\r
-\r
-.checkout .sidebar {\r
-       background: #b0b0b0;\r
-       border-left:2px ridge #eee;\r
-       border-right:2px ridge #eee;\r
-       padding:10px 7px;\r
-}\r
-\r
-.checkout .sidebar .top {\r
-       float:right;\r
-       padding-right:5px;\r
-}\r
-\r
-.checkout .sidebar .greet {\r
-       clear:both;\r
-       padding:15px 3px;\r
-}\r
-\r
-.checkout .sidebar .selected {\r
-       background:#999\r
-}\r
-\r
-.checkout .header1 {\r
-       height:108px;\r
-       border-bottom:1px solid #a83135;\r
-       padding-top:20px;\r
-}\r
-\r
-.checkout .userid {\r
-       width:200px;\r
-       font-size:20px;\r
-       font-weight:bold;\r
-       padding:7px 10px;\r
-       border:2px solid black;\r
-}\r
-\r
-.checkout .item_table {\r
-       border-collapse: collapse;\r
-}\r
-\r
-.checkout .item_table td {\r
-       font-size:20px;\r
-       border:2px solid black;\r
-       text-align: left;\r
-}\r
-\r
-.checkout .item_table table td.label {\r
-       font-weight:bold;\r
-       text-transform: uppercase;\r
-       text-align: right;\r
-}\r
-\r
-.checkout .item_table table td {\r
-       border:none;\r
-}\r
-\r
-.checkout #back_button:hover {\r
-       text-decoration: none;\r
-}\r
-\r