summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css191
1 files changed, 6 insertions, 185 deletions
diff --git a/css/style.css b/css/style.css
index 53721a0..af9563d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,3 +1,9 @@
+html {
+ height: 100%;
+}
+
+/* Remove Below */
+
#header .logo img {
left:-25px;
top:-3px;
@@ -48,132 +54,6 @@
.ui-icon-triangle-expand { background-image: url(/images/expand.png); }
.ui-icon-triangle-collapse { background-image: url(/images/collapse.png); }
-/**********************/
-/* Pre/code */
-/**********************/
-
-.wikistyle > pre, .wikistyle > .pre, pre {
- background-color: #444 !important;
- background-image: none;
- color: #fff !important;
- font:12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace !important;
- display: block !important;
- padding: 10px !important;
- border: 2px solid #dedede !important;
- -webkit-border-radius: 5px !important;
- -moz-border-radius: 5px !important;
- border-radius: 5px !important;
- margin-left: 5px;
- position: relative;
-}
-
-.wikistyle > pre span.comment {color: #aaa;}
-
-code {white-space: nowrap;}
-
-.wikistyle > pre code {
- white-space: pre;
- background: none !important;
- color: white !important;
-}
-
-.highlight pre code {white-space: pre;}
-
-.wikistyle code {
- font:12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace !important;
- -webkit-border-radius: 3px !important;
- -moz-border-radius: 3px !important;
- border-radius: 3px !important;
- background: #f9f9f9 !important;
- border: 1px solid #ccc !important;
- display: inline-block !important;
- font-size: 10px !important;
- color: #52595d !important;
- padding: 0 0.3em 0.05em !important;
-}
-
-pre .codeline {
- display: block;
- position: relative;
-}
-
-pre .codeline:hover {
- background-color: #292929;
- margin: 0px;
- padding-left: 3px;
- margin-left: -3px;
- -webkit-border-radius: 3px !important;
- -moz-border-radius: 3px !important;
- border-radius: 3px !important;
- color: #666666;
-}
-
-pre .codeline span {
- display: inline-block;
- font:12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace !important;
- font-size: 10px !important;
- color: #fff !important;
- padding: 0 0.3em 0.05em !important;
- position: absolute;
- right: 0px;
- top: 0px;
- text-indent: -9999px;
- background-image: url('/images/bootcamp/qmark.png');
- background-repeat: no-repeat;
- background-position: 1px 3px;
- max-width: 8px;
- min-width: 8px;
- -moz-user-select: none;
- -khtml-user-select: none;
- user-select: none;
- cursor: default;
-}
-
-pre .codeline span:hover {
- display: inline-block;
- text-indent: 0px;
- -webkit-border-radius: 3px !important;
- -moz-border-radius: 3px !important;
- border-radius: 3px !important;
- background: #000 !important;
- border: 1px solid #292929 !important;
- max-width: 1000px;
-}
-
-pre.bootcamp {
- white-space: normal !important;
- margin-left: -10px !important;
- margin-bottom: 1.5em !important;
- background-image: none !important;
-}
-
-.bash-output {
- color: #63e463;
- display: block;
- position: relative;
-}
-
-pre em {
- color: #f9fe64;
-}
-
-pre .codeline:hover em {
- color: #666666;
-}
-
-/********************/
-/* Images */
-/********************/
-
-.wikistyle img {
- max-width: 690px;
- border: 1px solid #dddddd;
- -webkit-box-shadow: 1px 1px 3px #ddd;
- -moz-box-shadow: 1px 1px 3px #ddd;
- box-shadow: 1px 1px 3px #ddd;
-}
-
-
/****************************/
/* Forking ribbon */
/****************************/
@@ -250,13 +130,6 @@ p.next-step strong, .next-steps {
padding-right: 20px;
text-decoration: none;
}
-.intro {
- color: #868686;
-}
-
-h2 span {
- color: #666666;
-}
.founders {
overflow: hidden;
@@ -335,55 +208,3 @@ img.bootcamp {
img.top-margin {
margin-top: 1em !important;
}
-
-/****************************/
-/* Explain Pop-up */
-/****************************/
-
-.more-info {
- margin: 10px 0;
- position: relative;
-}
-.more-info > h4 {
- background-image: url('/images/bootcamp/dropdown_sprites.jpg');
- background-repeat: no-repeat;
- padding: .25em 0 .25em 25px;
- cursor: pointer;
- color: #4183C4;
- font-weight: normal;
-}
-.more-info h4.compressed {
- background-position: 0 0;
-}
-.more-info:hover h4.compressed {
- background-position: 0 -23px;
-}
-.more-info h4.expanded {
- background-position: 0 -46px;
-}
-.more-info:hover h4.expanded {
- background-position: 0 -69px;
-}
-
-.more-info .more-content {
- display: none;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- background-color: #FFFFFF;
- border: 3px solid #DDDDDD;
- padding: 1em 2em;
- -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
- -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
- box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
- margin: 15px 0 30px;
-}
-
-.more-info .more-content h4 {
- margin-top: 1em;
-}
-
-.more-info .more-content pre {
- margin-left: 0px !important;
-}
-