Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9d6b0ec
Added latest version to the downloads section
DRSDavidSoft Mar 25, 2018
8f6e90a
fixed latest-version spacing
DRSDavidSoft Mar 25, 2018
74084e7
Merge pull request #1 from DRSDavidSoft/patch-1
DRSDavidSoft Mar 25, 2018
a677a0b
Merge pull request #2 from cmderdev/master
DRSDavidSoft Apr 17, 2018
f526858
Merge pull request #3 from DRSDavidSoft/master
DRSDavidSoft Apr 17, 2018
2e20437
add git config
DRSDavidSoft Apr 17, 2018
bdfbeba
renamed file to appropriate name
DRSDavidSoft Apr 17, 2018
2f1c484
replace lemonade.css with bootstrap v4
DRSDavidSoft Apr 21, 2018
f2a57dd
add cmder-web initial demo
DRSDavidSoft Apr 21, 2018
e095abd
update links
DRSDavidSoft Apr 21, 2018
bbd19a7
Merge pull request #4 from DRSDavidSoft/release-pr
DRSDavidSoft Apr 21, 2018
1d7c1cf
fix link
DRSDavidSoft Apr 21, 2018
826cc22
updates link
DRSDavidSoft Apr 21, 2018
1895d78
fix css .btn rule
DRSDavidSoft Apr 21, 2018
7dfd88f
update ruby version
Stanzilla Apr 22, 2018
6c7b3cb
Merge pull request #5 from Stanzilla/patch-1
DRSDavidSoft Apr 22, 2018
9dab89c
Update cibuild
Stanzilla Apr 22, 2018
4205543
Merge pull request #6 from Stanzilla/patch-1
DRSDavidSoft Apr 22, 2018
49cdc96
Merge pull request #7 from Stanzilla/patch-1
DRSDavidSoft Apr 22, 2018
5879b07
nits
Stanzilla Apr 22, 2018
9713cf8
Nits from Stanzilla
DRSDavidSoft Apr 30, 2018
1309e05
Merge branch 'rewrite' into release-pr
DRSDavidSoft Apr 30, 2018
77997c2
nits fixed
DRSDavidSoft Apr 30, 2018
3db870c
Merge pull request #10 from DRSDavidSoft/rewrite
DRSDavidSoft Apr 30, 2018
5c4d427
Remove workspace (#11)
DRSDavidSoft Apr 30, 2018
fdd81a8
remove space on mobile
DRSDavidSoft May 1, 2018
a1c37c8
remove space on mobile
DRSDavidSoft May 1, 2018
e498aa9
edit col on mobile
DRSDavidSoft May 1, 2018
ca9f03f
edit col on mobile
DRSDavidSoft May 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto
*.html text eol=crlf
*.htm text eol=crlf
*.css text eol=crlf
*.js text eol=crlf
*.md text eol=lf
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# =========================
# Cmder.net Home page
# =========================

# Reserved hidden directory
.*_space

# =========================
# Operating System Files
# =========================

# Temporary files and directories
*~
*.tmp
.directory

# OSX specific files
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails and image file caches
._*
Thumbs.db
ehthumbs.db

# Folder config files
Desktop.ini
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.3.0
- 2.5.1

before_script:
- chmod +x ./script/cibuild
Expand Down
126 changes: 53 additions & 73 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
_
___ _ __ ___ __| | ___ _ __
/ __| '_ ` _ \ / _` |/ _ \ '__|
| (__| | | | | | (_| | __/ |
\___|_| |_| |_|\__,_|\___|_|

========================================================================== */

html, button, input, select, textarea {
Expand All @@ -21,35 +26,32 @@ body {
font-family: 'Lato', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
line-height: 1.4;
}
.wrapper {
body > div.container, body > div.container-fluid {
margin: 2em auto;
padding: 0 0 2em 0;
width: 80%;
background-color: #fff;
-webkit-box-shadow: 0 0 8px 3px #eee;
-moz-box-shadow: 0 0 8px 3px #eee;
box-shadow: 0 0 8px 3px #eee;
}
@media (max-width: 480px) {
.wrapper {
width: 98%;
}
}
.container {
main > section {
margin: 0 auto;
widows: 100%;
}

@media (max-width: 768px) {
body > div.container, body > div.container-fluid {
margin-top: 0;
}
}

/* -------------- Typography -------------- */

a {
color: #1E90FF;
}
p {
padding-left: 8px;
}
h2 {
padding: 0 1em;
padding: .5em 1em;
color: #444;
text-align: center;
font-weight: 300;
Expand Down Expand Up @@ -82,35 +84,59 @@ h4 {
font-size: 1.1em;
text-rendering: optimizeLegibility;
}
button {
.btn {
display: block;
padding: 12px 0;
width: 100%;
border: 1px solid #eee;
border-radius: 4px;
background-color: #C4C4C4;
box-shadow: 1px 1px 1px 0px #ddd, inset 0 0 -3px rgba(0, 0, 0, 0.02);
background-color: #888;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.02) !important;
color: #fff;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
font-size: 1.1em;
outline: none;
text-decoration: none;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-ms-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
}
button:hover {
.btn:active:focus {
outline: none;
box-shadow: none;
}
.btn.btn-default {
border: 1px solid #eee;
background-color: #C4C4C4;
color: #eee;
}
.btn.btn-default:hover {
border: 1px solid #eee;
background-color: #ccc;
box-shadow: 0px 0px 1px 0px #ddd;
color: #eee;
}
button.gray {
float: right;
.btn.btn-default:active {
border: 1px solid #eee;
background-color: #bbb;
color: #eee;
}
button.blue {
.btn.btn-primary {
border: 1px solid #eee;
background-color: #3498db;
color: #eee;
}
button.blue:hover {
.btn.btn-primary:hover {
border: 1px solid #eee;
background-color: #5dade2;
color: #eee;
}
.btn.btn-primary:active {
/* the !important rule used to over-write bs's :disabled attr */
border: 1px solid #eee !important;
background-color: #1E90FF !important;
color: #eee !important;
}

/* -------------- Modules -------------- */
Expand Down Expand Up @@ -162,16 +188,17 @@ main {
}
.information p {
margin: 0;
padding: 0 8px;
padding: 0 .5em;
padding-bottom: 3em;
line-height: 1.4em;
}
.download {
padding-top: 1.2em;
max-width: 35em;
text-align: center;
}
.download > .bit-2 {
margin: 1.5em 0 0 0;
.download > .github {
margin-bottom: 1.5em;
}
#installation {
text-align: left;
Expand All @@ -188,6 +215,7 @@ footer {
code {
padding: 1px 3px;
border-radius: 2px;
color: #222;
background-color: #eee;
font-size: 0.9em;
font-family: Consolas, monaco, monospace;
Expand All @@ -204,51 +232,3 @@ ul ol {
padding: 0 0 0 30px;
list-style: none;
}

/* lemonade.css */

*, *:after, *:before {
margin: 0;
padding: 0;
box-sizing: border-box
}
.container:after {
content: "";
display: table;
clear: both
}
.bit-1 {
width: 100%
}
.bit-2 {
width: 50%
}
.bit-3 {
width: 33.33%;
}
@media(max-width:480px) {
.bit-1, .bit-2, .bit-3, {
width: 100%
}
}
@media(min-width:480px) and (max-width:800px) {
.bit-1, .bit-2, .bit-3, .bit-5, .bit-7, .bit-9, .bit-11 {
width: 100%
}
}
@media(min-width:800px) and (max-width:1100px) {
.bit-2, .bit-7 {
width: 100%
}
}
[class*='bit-'] {
float: left;
padding: 5px;
}

/* Floats last ".bit-" to the right */

[class*='bit-']:last-of-type {
padding-right: 5px;
float: right;
}
1 change: 0 additions & 1 deletion css/main.min.css

This file was deleted.

Binary file removed img/main.jpg
Binary file not shown.
File renamed without changes
Loading