This repository was archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c42fbc
commit 9e443d4
Showing
23 changed files
with
380 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
* { | ||
box-sizing: border-box; | ||
} | ||
|
||
.header-panel { | ||
background-color: #009587; | ||
height: 144px; | ||
position: relative; | ||
z-index: 3; | ||
} | ||
|
||
.header-panel div { | ||
position: relative; | ||
height: 100%; | ||
} | ||
|
||
.header-panel h1 { | ||
color: #FFF; | ||
position: absolute; | ||
bottom: 10px; | ||
padding-left: 35px; | ||
} | ||
|
||
.menu { | ||
overflow: auto; | ||
padding: 0; | ||
} | ||
|
||
.menu, .menu * { | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
.menu ul { | ||
padding: 0; | ||
margin: 7px 0; | ||
} | ||
|
||
.menu ul li { | ||
list-style: none; | ||
padding: 20px 0 20px 50px; | ||
font-size: 15px; | ||
font-weight: normal; | ||
cursor: pointer; | ||
} | ||
|
||
.menu ul li.active { | ||
background-color: #dedede; | ||
position: relative; | ||
} | ||
|
||
.menu ul li a { | ||
color: rgb(51, 51, 51); | ||
text-decoration: none; | ||
} | ||
|
||
.pages { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
z-index: 4; | ||
padding: 0; | ||
overflow: auto; | ||
} | ||
|
||
.pages > div { | ||
padding: 0 5px; | ||
padding-top: 64px; | ||
} | ||
|
||
.pages .header { | ||
color: rgb(82, 101, 162); | ||
} | ||
|
||
.page { | ||
transform: translateY(1080px); | ||
transition: transform 0 linear; | ||
display: none; | ||
opacity: 0; | ||
font-size: 16px; | ||
} | ||
|
||
.page.active { | ||
transform: translateY(0px); | ||
transition: all 0.3s ease-out; | ||
display: block; | ||
opacity: 1; | ||
} | ||
|
||
.opensource { | ||
color: rgba(0, 0, 0, 0.62); | ||
position: fixed; | ||
margin-top: 50px; | ||
margin-left: 50px; | ||
z-index: 100; | ||
} | ||
|
||
#source-modal h4 { | ||
color: black; | ||
} | ||
|
||
#paypal .btn { | ||
padding: 5px 30px 6px 30px; | ||
} | ||
|
||
#paypal input { | ||
background: transparent; | ||
border: 0; | ||
} | ||
|
||
.cbwrapper div { | ||
display: none; | ||
} | ||
|
||
.cbwrapper div:nth-child(2) { | ||
display: block; | ||
} | ||
|
||
#carbonads, #fakecb { | ||
border: 1px solid #d5d5d5; | ||
font-size: 11px; | ||
line-height: 15px; | ||
overflow: hidden; | ||
width: 340px; | ||
padding: 20px; | ||
margin: auto; | ||
height: 142px; | ||
border-radius: 2px; | ||
} | ||
|
||
#carbonads .carbon-img { | ||
float: left; | ||
display: block; | ||
} | ||
|
||
#carbonads .carbon-text, #carbonads .carbon-poweredby { | ||
float: left; | ||
width: 150px; | ||
padding: 0 10px 10px 10px; | ||
} | ||
|
||
#carbonads .carbon-text:hover, #carbonads .carbon-poweredby:hover { | ||
text-decoration: none; | ||
} | ||
|
||
#carbonads .carbon-poweredby { | ||
color: #9D9D9D; | ||
} | ||
|
||
#shadow .sample { | ||
width: 100px; | ||
height: 100px; | ||
margin: 16px; | ||
padding: 16px; | ||
display: inline-block; | ||
} | ||
|
||
#shadow-sample2 { | ||
display: inline-block; | ||
width: 100px; | ||
height: 100px; | ||
margin: 16px; | ||
padding: 16px; | ||
cursor: pointer; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
|
||
} | ||
|
||
#shadow-sample3 { | ||
display: inline-block; | ||
width: 100px; | ||
height: 100px; | ||
margin: 16px; | ||
padding: 16px; | ||
border-radius: 100px; | ||
cursor: pointer; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
#input .inputs { | ||
width: 80%; | ||
} | ||
|
||
|
||
#slider .sample2 { | ||
height: 150px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
body { | ||
margin-top: 50px; | ||
margin-bottom: 50px; | ||
background: none; | ||
} | ||
.list { | ||
list-style-type: none; | ||
padding-left: 0; | ||
} | ||
.page-header { | ||
text-align: center; | ||
margin-top: 80px; | ||
} | ||
#container-jobs { | ||
margin-top: 300px; | ||
} | ||
#totalJobs { | ||
text-align: center; | ||
} | ||
.col-centered { | ||
text-align: center; | ||
float: none; | ||
margin: 0 auto; | ||
} | ||
#search-order { | ||
text-align: center; | ||
max-width: 60%; | ||
margin: auto; | ||
} | ||
.footer-container{ | ||
background-color: #f5f5f5; | ||
margin-top: 45px; | ||
padding-top: 25px; | ||
height: 70px; | ||
text-align: center; | ||
} | ||
#nav-main{ | ||
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2); | ||
} | ||
.btn-panel{ | ||
color: #009688 !important; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(function() { | ||
var allDates = document.getElementsByClassName("dateTarget"); | ||
document.getElementById("totalJobs").innerHTML = " Tenemos " + allDates.length + " ofertas para tí!"; | ||
for (var i = 0; allDates.length > i; i++) { | ||
allDates[i].innerHTML = moment(allDates[i].innerHTML).fromNow(); | ||
} | ||
var options = { | ||
valueNames: ['title', 'description'], | ||
plugins: [ListFuzzySearch()] | ||
}; | ||
var userList = new List('ofertas', options); | ||
})(); |
Oops, something went wrong.