diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-30 21:06:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-30 21:06:31 (GMT) |
commit | 1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1 (patch) | |
tree | 41c6ae77ded023e0d94c4944c73b1c0dffeb4da0 /linhes/linhes-web/website/contents/frame.css | |
parent | 6c530f338a1967bdbdda9e09e915d4a1e194d27f (diff) | |
download | linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.zip linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.tar.gz linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.tar.bz2 |
linhes-web: initial inclusion
Diffstat (limited to 'linhes/linhes-web/website/contents/frame.css')
-rw-r--r-- | linhes/linhes-web/website/contents/frame.css | 229 |
1 files changed, 229 insertions, 0 deletions
diff --git a/linhes/linhes-web/website/contents/frame.css b/linhes/linhes-web/website/contents/frame.css new file mode 100644 index 0000000..0008aec --- /dev/null +++ b/linhes/linhes-web/website/contents/frame.css @@ -0,0 +1,229 @@ +* /* Our "universal rule" */ +{ + padding: 0px; + margin: 0px; + border: 0px; +} +body { +/* background: url("page_background.jpg") repeat-y #9FA9B3; */ + background-color: #191c26; + +//background-color: #ebb81c; +//background-image: -webkit-gradient(linear, left top, left bottom, from(#ebb81c), to(#0072bc)); /* Saf4+, Chrome */ +//background-image: -webkit-linear-gradient(top, #ebb81c, #0072bc); /* Chrome 10+, Saf5.1+, iOS 5+ */ +//background-image: -moz-linear-gradient(top, #ebb81c, #0072bc) ; /* FF3.6 */ +//background-image: -moz-linear-gradient(top, #0072bc,#ebb81c) ; /* FF3.6 */ +//background-image: -ms-linear-gradient(top, #ebb81c, #0072bc); /* IE10 */ +//background-image: -o-linear-gradient(top, #ebb81c, #0072bc); /* Opera 11.10+ */ +//background-image: linear-gradient(top, #ebb81c, #0072bc); +/filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebb81c', EndColorStr='#0072bc'); /* IE6-IE9 */ + + +//background-size: 1000px 1000px, 500px 500px; +//-o-background-size: 1000px 10000px; +//-moz-background-size: 1000px 10000px, 500px, 500px; +//-webkit-background-size: 1000px 10000px, 500px 500px; + + margin: 10px; + padding: 10px; + border: 10px; + min-width: 770px; + font-family: Arial, Tahoma, Helvetica, sans-serif; + font-size: 11px; + color: #FFFFFF; + text-align: center; + font-size: 18px; + font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; +} + +#mainContainer { + clear: both; + width: 770px; + margin: 10px auto; + text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */ + display: block; +} +#header { + color: #fff; + text-align: center; +} +#content { + float: left; /* Our content is going to be left aligned */ + width: 320px; /* And it's going to have a 320px width */ + /*background: #D9D9D9;*/ + margin-left:60px; +} + +#column { + float: right; /* Our column is going to be right aligned */ + width: 320px; /* And it's going to have a 320px width */ + /*background: #8A8AE6;*/ + margin-right:60px; +} + +#resultbox { + width: 700px ; + margin-left: auto ; + margin-right: auto ; + border-width: .2em; + border-style: dotted; + border-color: #900; + text-align: left; + padding-left: 30; + padding-right: 30; + padding-top: 10; + padding-bottom: 10; + +} + +#netContainer { + clear: both; + width: 770px; + margin: 10px auto; + display: block; +} + +img.center { + display: block; + padding-top: 10px; + padding-bottom: 10px; + margin-left: auto; + margin-right: auto; + max-width: 100%; +} + +#footer { + clear: both; /* We have to clear our floats */ + width: 770px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */ + margin: 0px auto; /* We need to center the footer also */ + color: gold; + text-align: center; + font-size: 10px; +} + +#navlist { + clear: both; + width: 770px; + margin: 10px auto; + display: block; + text-align: left; + list-style-type: square; +} + +#navlist li { + +} +#navlist a:link +{ + color: #fff; +# background-color: #FDB14F; + text-decoration: underline; + + +} + +#navlist a:visited +{ +# color: #FDB14F; + color: gold; + text-decoration: underline; +} + +table.sample { + border-width: 4px; + border-spacing: 2px; + border-style: outset; + border-color: #808080; + border-collapse: separate; + width:300px; +} + +table.sample td { + border-width: 1px; + padding: 1px; + border-style: inset; + border-color: #808080; + /*width:300px;*/ + -moz-border-radius: ; +} + + +table.calllog { + border-width: 4px; + border-spacing: 2px; + border-style: outset; + border-color: #808080; + border-collapse: separate; + width:85%; + margin-left:auto; + margin-right:auto; + body {text-align:center;} +} + +table.calllog td { + border-width: 1px; + padding: 1px; + border-style: inset; + border-color: #808080; + /*width:300px;*/ + -moz-border-radius: ; +} + + +.n { + font-weight: normal; + text-align: left; + width: 250px; + color: white; +} + +.s { + font-weight: normal; + text-align: left; + width: 150px; + color: white; + text-decoration: none; +} + +.m { + font-weight: normal; + text-align: left; + width: 350px; + color: white; + text-decoration: none; +} + +.t { + font-weight: normal; + text-align: left; + width: 350px; + color: white; + text-decoration: none; + visibility:hidden +} + + +a:link +{ + color: #fff; +# background-color: #FDB14F; + text-decoration: underline; + +# margin-left:10px; + +} + +a:visited +{ +# color: #FDB14F; + color: gold; + text-decoration: underline; + margin-left:10px; +} + +#submitbutton { + background-color: #010101; + font-size: 100%; + color: gold; + text-decoration: underline;margin-left:150px; + padding: 10px; font-weight: bold; } |