diff --git a/guide.html b/guide.html index a5e44b1..4c23e7b 100644 --- a/guide.html +++ b/guide.html @@ -2,7 +2,7 @@
- +This is not a practice code related issue. To fix this your best option is to reinstall homebrew.
This can have multiple reasons:
-The main site requires Javascript to work properly. Make sure you have Javascript enabled in your browser.
diff --git a/style/guide.css b/style/guide.css new file mode 100644 index 0000000..6ef9a3c --- /dev/null +++ b/style/guide.css @@ -0,0 +1,28 @@ +body { + margin: 50px 50px 0 50px; + width: 1200px; +} +html { + background-color: #262626; + color: #f1f1f1; + font-family: Calibri; +} +img { + border-radius: 4px; +} +#guide_content { + clear:both; + background-color:#111; + width:100%; + max-width:960px; + overflow:hidden; + border:1px solid #333; + margin: 30px 0 10px 0; + padding: 0px 12px 12px 12px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; +} +a { + color: pink; +} \ No newline at end of file diff --git a/style/style.css b/style/style.css index da62f4d..1b512a3 100644 --- a/style/style.css +++ b/style/style.css @@ -28,13 +28,13 @@ body button { img { border-radius: 4px; } -ul:not(.nostyle) { +ul { margin: 0; padding: 0; width: 500px; list-style-type: none; } -ul li:not(.nostyle) { +ul li { cursor: pointer; position: relative; padding: 12px 8px 12px 40px; @@ -48,7 +48,7 @@ ul li:not(.nostyle) { user-select: none; outline: none; } -ul li::before:not(.nostyle) { +ul li::before { content: ''; position: absolute; border-color: #a6a6a6; @@ -60,10 +60,10 @@ ul li::before:not(.nostyle) { height: 15px; width: 15px; } -ul li:nth-child(odd):not(.nostyle) { +ul li:nth-child(odd) { background: #fdfdfd; } -ul li:hover:not(.nostyle) { +ul li:hover { /*background: #ddd;*/ background: #565656;