skysploit Posted February 21, 2013 Posted February 21, 2013 Though the green CSS theme is pretty slick, it doesn't match my desktop. And everyone knows how picky hackers can be.... Anyhow, here's my CSS script. Now that I have shown you mine, please show me yours. ~skysploit .navbar { top:10px; min-width:80%; background:gray; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; text-align:center; color:black; } .content { font-family: monospace; min-width: 700px; max-width: 700px; text-align:center; margin: 0 auto; } .contentTitle { text-align:left; padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:gray; font-weight:bold; font-size:15; color: black; } .contentContent { text-align:left; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; background:black; min-height: 40px; color:white; border-color: gray; border-style: solid; border-width: 1px } .sidePanelLeft { position:absolute; top:50px; text-align:left; min-width:300px; font-family: monospace; } .sidePanelRight { position:absolute; right:1%; top:50px; text-align:left; min-width:300px; font-family: monospace; } .sidePanelTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:gray; font-weight:bold; font-size:15; color:white; } .sidePanelContent { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; background:black; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; min-height: 40px; color:white; border-color: gray; border-style: solid; border-width: 1px } .moduleTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:gray; font-weight:bold; font-size:15; color: white; } .moduleContent { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; background:black; min-height: 40px; color:white; border-color: gray; border-style: solid; border-width: 1px } .modules { position:absolute; right: 20%; left: 20%; font-family: monospace; } .moduleContent td { border-width: 15px; border-spacing: 20px; border-style: solid; border-color: black; border-collapse: collapse; color: white; } body { font-family: monospace; color:white; background:black; text-align:center; } a { color:white; } input[type=text], input[type=password] { font-family:courier; border: 1px; background-color:black; color:white; border-style:dotted; } pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } Quote
Foxtrot Posted February 21, 2013 Posted February 21, 2013 Looks sweet man, I did the same thing but with cyan, took a while tofigure out why the table in the Infusion Bar was going crazy haha... .navbar { top:10px; min-width:80%; background:Cyan; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; text-align:center; color:black; } .content { font-family: monospace; min-width: 700px; max-width: 700px; text-align:center; margin: 0 auto; } .contentTitle { text-align:left; padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:Cyan; font-weight:bold; font-size:15; color: Black; } .contentContent { text-align:left; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; background:black; min-height: 40px; color:white; border-color: Cyan; border-style: solid; border-width: 1px } .sidePanelLeft { position:absolute; top:50px; text-align:left; min-width:300px; font-family: monospace; } .sidePanelRight { position:absolute; right:1%; top:50px; text-align:left; min-width:300px; font-family: monospace; } .sidePanelTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:Cyan; font-weight:bold; font-size:15; color:Black; } .sidePanelContent { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; background:black; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; min-height: 40px; color: White; border-color: Cyan; border-style: solid; border-width: 1px } .moduleTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:Cyan; font-weight:bold; font-size:15; color: Black; } .moduleContent { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; background:black; min-height: 40px; color:white; border-color: Cyan; border-style: solid; border-width: 1px } .modules { position:absolute; right: 20%; left: 20%; font-family: monospace; } .moduleContent td { border-width: 15px; border-spacing: 20px; border-style: solid; border-color: black; border-collapse: collapse; color: white; } body { font-family: monospace; color:white; background:black; text-align:center; } a { color:white; } input[type=text], input[type=password] { font-family:courier; border: 1px; background-color:black; color:white; border-style:dotted; } pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } /* Made by Foxtrot */ Quote
Darren Kitchen Posted February 21, 2013 Posted February 21, 2013 Nice. Love the Tron-esque Cyan. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.