Created
November 16, 2015 02:51
-
-
Save Teino1978-Corp/af84f9929d758ae8b5da to your computer and use it in GitHub Desktop.
Lean Code's
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Sistema de Cadastro - São Judas</title> | |
<meta name="description" content="Cadastro CISE - São Judas" /> | |
<meta name="keywords" content="page transition, Sao Judas, website, cadastro, css3, jquery" /> | |
<meta name="author" content="Leandro Cubas" /> | |
<link rel="shortcut icon" href="../favicon.ico"> | |
<link href="css/bootstrap.css" rel="stylesheet" type="text/css"> | |
<link href="css/css.css" rel="stylesheet" type="text/css"> | |
<link rel="stylesheet" type="text/css" href="css/transitions/default.css" /> | |
<link rel="stylesheet" type="text/css" href="css/transitions/demo-multi-element.css" /> | |
<link rel="stylesheet" type="text/css" href="css/transitions/animation.css" /> | |
<script type="text/javascript" src="js/bootstrap.js"></script> | |
<style type="text/css"> | |
.glyphicon { margin-right:10px; } | |
.panel-body { padding:0px; } | |
.panel-body table tr td { padding-left: 15px } | |
.panel-body .table {margin-bottom: 0px; } | |
</style> | |
</head> | |
<body> | |
<div id="wrapper"> <!-- inclui está div --> | |
<div class="well pt-page-5" style="text-align:center; border:0px; radius:0;" > | |
<h1 style=" font-weight: 300;font-size: 4.4em;line-height: 1;letter-spacing: 6px;margin: 0;width: 100%;text-align: center; | |
text-transform: uppercase;word-spacing: -0.3em;color: white;"><strong style= "color: rgba(0,0,0,0.1);">São Judas<br /></strong> Sistema de Cadastro</h1> | |
</div> | |
<div class="pt-wrapper fill"> | |
<div class="pt-page pt-page-1"> | |
<?php require_once 'perspective.php' ?> | |
</div> | |
<div class="pt-page pt-page-2"> | |
<h2>Page 2</h2> | |
</div> | |
<div class="pt-page pt-page-3"> | |
<h2>Page 3</h2> | |
</div> | |
<div class="pt-page pt-page-4"> | |
<h2>Page 4</h2> | |
</div> | |
<div class="pt-page pt-page-5"> | |
<h2>Page 5</h2> | |
</div> | |
<div class="pt-page pt-page-6"> | |
<h2>Page 6</h2> | |
</div> | |
<div class="clearfix"></div> | |
<button class="pt-trigger btn" data-animation="50-51-52-53-54-55-56-57-58" data-goto="6">Goto 5 Random Animation</button> | |
<button class="pt-trigger btn" data-animation="59-60-61-62-63-64-65-66-67" data-goto="-1" style="left: 10px;">Random Next Animation</button> | |
</div> | |
<div id="ContainerFooter" class="navbar-fixed-bottom"> | |
<footer> | |
</footer> | |
<div id="footer"> | |
<span class="span12"> | |
<div class="pull-left"> | |
<p style="font-weight: 300; color: #ffffff; line-height: 36px; margin-left:30px;">© Universidade São Judas</p> | |
</div> | |
<ul class="nav nav-pills pull-right" style=" margin: 0px;"> | |
<li> | |
<a href="#" style="text-align: center; color: #cccccc;">About</a> | |
</li> | |
<li> | |
<a href="#" style="text-align: center; color: #cccccc;">Privacy</a> | |
</li> | |
<li> | |
<a href="#" style="text-align: center; color: #cccccc;">Terms Of Service</a> | |
</li> | |
</ul> | |
</span> | |
</div> | |
</div> | |
</div><!-- fechamento da div que inclui --> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | |
<script type="text/javascript" src="js/bootstrap.js"></script> | |
<script src="js/transitions/transitions.js"></script> | |
</body> | |
</html> |
This file contains hidden or 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
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Satisfy); | |
@font-face { | |
font-family: 'codropsicons'; | |
src:url('../fonts/codropsicons/codropsicons.eot'); | |
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), | |
url('../fonts/codropsicons/codropsicons.woff') format('woff'), | |
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), | |
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
body{ | |
background-color: #333; | |
background-attachment: fixed; | |
font-family: 'Lato', Calibri, Arial, sans-serif; | |
color: #fff; | |
} | |
footer { | |
background: #222; | |
height: 50px; | |
} | |
#footer{ | |
background:#333; | |
height:100px; | |
} | |
.form-control:invalid { | |
border: 1px solid #cc0000; | |
} | |
.form-control:valid { | |
border: 1px solid green; | |
} | |
#Containerfooter{ | |
display: block; | |
clear: both; | |
bottom: 0; | |
width: 100%; | |
} | |
.stepwizard-step p { | |
margin-top: 10px; | |
} | |
.stepwizard-row { | |
display: table-row; | |
} | |
.stepwizard { | |
display: table; | |
width: 100%; | |
position: relative; | |
} | |
.stepwizard-step button[disabled] { | |
opacity: 1 !important; | |
filter: alpha(opacity=100) !important; | |
} | |
.stepwizard-row:before { | |
top: 14px; | |
bottom: 0; | |
position: absolute; | |
content: " "; | |
width: 100%; | |
height: 1px; | |
background-color: #ccc; | |
z-order: 0; | |
} | |
.stepwizard-step { | |
display: table-cell; | |
text-align: center; | |
position: relative; | |
} | |
.btn-circle { | |
width: 30px; | |
height: 30px; | |
text-align: center; | |
padding: 6px 0; | |
font-size: 12px; | |
line-height: 1.428571429; | |
border-radius: 15px; | |
} | |
table#miyazaki { | |
margin: 0 auto; | |
border-collapse: collapse; | |
font-family: Agenda-Light, sans-serif; | |
font-weight: 100; | |
background: #333; color: #fff; | |
text-rendering: optimizeLegibility; | |
border-radius: 5px; | |
} | |
table#miyazaki caption { | |
font-size: 2rem; color: #444; | |
margin: 1rem; | |
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki.png), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki2.png); | |
background-size: contain; | |
background-repeat: no-repeat; | |
background-position: center left, center right; | |
} | |
table#miyazaki thead th { font-weight: 600; } | |
table#miyazaki thead th, table#miyazaki tbody td { | |
padding: .8rem; font-size: 1.4rem; | |
} | |
table#miyazaki tbody td { | |
padding: .8rem; font-size: 1.4rem; | |
color: #444; background: #eee; | |
} | |
table#miyazaki tbody tr:not(:last-child) { | |
border-top: 1px solid #ddd; | |
border-bottom: 1px solid #ddd; | |
} | |
@media screen and (max-width: 600px) { | |
table#miyazaki caption { background-image: none; } | |
table#miyazaki thead { display: none; } | |
table#miyazaki tbody td { | |
display: block; padding: .6rem; | |
} | |
table#miyazaki tbody tr td:first-child { | |
background: #666; color: #fff; | |
} | |
table#miyazaki tbody td:before { | |
content: attr(data-th); | |
font-weight: bold; | |
display: inline-block; | |
width: 6rem; | |
} | |
} | |
/* workaround | |
* | |
* adicionei estas classes aqui talvez tenha que adicionar mais elementos nas MQ ou alterar | |
* | |
*/ | |
#wrapper { | |
position: relative; | |
height: 60%; | |
} | |
.well { | |
margin-bottom: 0px; | |
} | |
#ContainerFooter { | |
width: 100%; | |
} | |
html, body { | |
height: 100%; | |
} | |
.fill { | |
min-height: 100% !important; | |
height: 100%; | |
padding-top: 40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment