From 6f1405350b4b8b47c042631845a99f0f4e43e86e Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 2 Dec 2025 18:49:03 -0500 Subject: create repo, add website, rapbot files --- website/style.css | 488 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 488 insertions(+) create mode 100755 website/style.css (limited to 'website/style.css') diff --git a/website/style.css b/website/style.css new file mode 100755 index 0000000..f55110f --- /dev/null +++ b/website/style.css @@ -0,0 +1,488 @@ +html { + font-family: Helvetica; +} +body { + background-image: url("gridbitblock.gif"); + background-repeat: repeat; +} +h1 { + font-size: 80px; + text-align: center; + color: #fff; + margin: 0; + line-height: 70px; + text-shadow: 1px 1px #000; +} +.link_box h2 { + float: left; + width: 200px; + margin: 0 0 10px 0; + color: #fff; + font-size: 40px; + font-weight: bold; + text-decoration: none; + text-shadow: 0 -1px #121212; +} +#container { + width: 606px; + margin: 0 auto 0 auto; +} +#other_container { + width: 800px; + margin: 0 auto 0 auto; +} +.header { + float: left; + width: 100%; + margin: 150px 0 0 0; +} +.about_header { + margin: 40px 0 0 0; +} +a.header_link:link { + text-decoration: none; +} +.logo{ + width: 450px; + height: 162px; + display: block; + margin: 0 auto 0 auto; +} +.links_container { + float: left; + width: 100%; + margin: 70px 0 0 0; + text-align: center; +} +.about_links_container { + float: right; + margin: 40px 20px 0 0; + text-align: center; +} +a.links:link { + text-decoration: none; +} +a.links:visited { + +} +a.links:hover { + +} +.ruler_pic { + display: block; + width: 446px; + margin: 0 auto 0 auto; +} +.footer { + float: left; + width: 800px; + margin: 0 0 30px 0; + text-align: right; +} +.index_footer { + float: left; + width: 606px; + margin: 70px 0 40px 0; + text-align: center; +} +.index_footer p { + font-weight: bold; + text-shadow: 0 1px #4d4d4d; +} +.footer p { + font-weight: bold; + text-shadow: 0 1px #4d4d4d; +} +.copy { + color: #222222; + font-size: 12px; +} +.content_container { + float: left; + width: 800px; + margin: 25px 0 10px 0; + padding: 0; + background-color: #ececec; + border-radius: 5px; + -moz-box-shadow: 0 0 20px #121212; + -webkit-box-shadow: 0 0 20px #121212; + box-shadow-top: 0 0 20px #121212; +} +.content_container p { + color: #313131; + font-family: verdana; + font-size: 14px; + line-height: 20px; +} +.content_container a { + color: #c3986b; + font-size: 14px; + text-decoration: none; + margin: 0 20px 0 0; + font-weight: bold; +} +.content_container a:hover { + text-decoration: underline; +} +.top_info { + float: left; + width: 100%; + background-color: #e6e6e6; + padding: 0 0 20px 0; +} +.top_info h2 { + float: left; + display: inline; + margin: 20px 0 0 20px; + color: #222222; + font-size: 50px; + text-shadow: 0 1px #fff; +} +h2 { + margin: 0; + color: #222222; +} +h3 { + font-size: 16px; + color: #222222; +} +ul, li { + font-family: helvetica; + font-size: 14px; + line-height: 20px; + color: #222222; +} +.required { + color: #ff4c4c; + font-size: 12px; +} +p.contact_labels { + margin: 10px 0 5px 0; +} +.fields { + float: left; + width: 100%; + margin: 5px 0 10px 0; +} +.send { + color: #ffffff; + font-weight: bold; + background-color: #313131; + padding: 5px 10px; + margin: 20px 0 0 0; + border: none; + cursor: pointer; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-bottomright: 5px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #000000; + -webkit-box-shadow: #121212 0 0, #636363 0 1px inset; + -moz-box-shadow: #121212 0 0, #636363 0 1px inset; + -o-box-shadow: #121212 0 0, #636363 0 1px inset; + box-shadow: #121212 0 0, #636363 0 1px inset; +} +input[type="text"] { + font-size: 12px; + background-color: #cecece; + color: #121212; + padding: 5px; + margin: 0; + width: 180px; + border-style: solid; + border-width: 1px; + border-color: #313131; +} +.fields input[type="text"], textarea { + color: #121212; + background-color: #cecece; + font-size: 12px; + border: 1px solid #313131; + padding: 5px; +} +.project_container { + float: left; + width: 100%; + margin: 25px 0 0 0; +} +.project_pics { + float: left; + width: 200px; + height: 200px; + margin: 0; + padding: 3px; + border: 1px solid #d2d2d2; +} +.project_boxes { + float: left; + width: 780px; + padding: 40px 0 40px 20px; + border-bottom: 1px solid #d2d2d2; +} +.rapbot { + border-bottom: none; +} +.project_boxes h3 { + float: left; + width: 100%; + font-size: 40px; + margin: 0 0 10px 20px; +} +.project_boxes p { + margin: 0 0 0 20px; +} +.folioh_info { + float: left; + width: 540px; + height: 200px; +} +.activly_info { + float: left; + width: 540px; + height: 200px; +} +.rapbot_info { + float: left; + width: 540px; + height: 200px; +} +.link_box { + text-align: center; + width: 200px; + float: left; + padding: 15px 0 20px 0; + margin: 1px; +} +.info_snippet { + float: none; + margin: 10px 0 0 0; + color: #acacac; +} +.hover { + margin: 0; + border: solid 1px #000; + box-shadow: 0 0 12px rgba(0, 0, 0, 0.7); + border-radius: 5px; +} +.people_pic { + width: 200px; + padding: 3px; + border: 1px solid #d2d2d2; +} +.people_block { + float: left; + width: 230px; + margin: 0 0 30px 20px; + padding: 0; + border-right: 1px solid #d2d2d2; +} +.info { + height: 260px; + width: 230px; +} +.info h3 { + font-size: 30px; + margin: 0 0 10px 20px; + padding: 0; +} +.info p { + float: left; + width: auto; + margin: 0; + padding: 0 10px 0 0; +} +.twitter { + margin: 0; +} +.position { + float: left; + width: 100%; + margin: 0; + color: #313131; + font-weight: bold; +} +.scott_info h3 { + font-size: 30px; + margin: 0 0 10px 10px; + padding: 0; +} +.about_snippet { + float: left; + width: 800px; + text-align: center; + font-size: 20px; + padding: 20px 0 20px 0; + border-top: 1px solid #d2d2d2; +} +.promise { + float: left; + padding: 0 30px 20px 30px; +} +.contact_block { + float: left; + width: 260px; + margin: 0 0 50px 20px; + padding: 0; +} +.contact_block .info { + text-align: center; +} +.contact_block .info h3 { + margin: 20px 0; +} +.contact_block .info p { + font-size: 20px; +} +.contact_block .info .phone { + margin-top: 50px; +} +.contact_block .info .phone p { + margin: 5px 0 0 45px; +} +.contact_block .info .email p { + margin: 5px 0 0 0; +} +.project_link { + float: left; + width: 100%; + margin: 0 0 10px 20px; + color: #313131; + font-weight: bold; +} +.options { + float: left; + height: 80px; + width: 100%; + text-align: center; + margin: 0; + padding: 0 0 40px 0; +} +.options p { + font-size: 40px; + font-family: helvetica; + font-weight: bold; + margin: 20px 0 0 0; +} +.alex_box { + float: left; + margin: 0 0 0 20px; +} +.scott_box { + float: right; + margin: 0 20px 0 0; +} +.alex_box p { + float: left; +} +.scott_box p { + float: right; +} +.pricing_c { + float: left; + width: 780px; + padding: 0 0 0 20px; +} +.portfolio_c { + float: left; + width: 100%; + padding: 0 0 0 20px; + +} +.work_boxes h3 { + font-size: 35px; + margin: 0 0 20px 0; +} +.simple { + float: left; + width: 300px; + height: 370px; + border: 1px solid #d2d2d2; + margin: 0 0 0 50px; +} +.simple h4 { + font-size: 25px; + text-align: center; + margin: 20px 0 20px 0; +} +.not_so_simple { + float: right; + width: 300px; + height: 370px; + border: 1px solid #d2d2d2; + margin: 0 70px 0 0; +} +.not_so_simple h4 { + font-size: 25px; + text-align: center; + margin: 20px 0 20px 0; +} +.price_boxes { + float: left; + width: 100%; + margin: 20px 0 0 0; +} +.pricing_snippet { + float: left; + font-size: 14px; + width: 760px; + text-align: center; + margin: 40px 0 40px 0; +} +ol { + float: left; + text-align: center; + width: 100%; + padding: 0; +} +li { + list-style: none; + padding: 10px 0 10px 0; + text-align: center; + font-weight: bold; + border-bottom: 1px solid #d2d2d2; + background-color: #e6e6e6; +} +li.database { + background-color: green; +} +li.no_database { + background-color: red; +} +.consists { + float: left; + margin: 0 20px 0 20px; + width: 100%; +} +.simple_cost { + float: left; + width: 100%; + margin: 10px 0 0 0; + font-size: 35px; + text-align: center; + color: #313131; + font-weight: bold; +} +.not_simple_cost { + float: left; + width: 100%; + margin: 10px 0 0 0; + font-size: 35px; + text-align: center; + color: #313131; + font-weight: bold; +} +a.activated { + color: #222222; +} + + + + + + + + -- cgit v1.2.3