corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/base/000_base/css/nucleus/fonts.css
@@ -1,5 +1,76 @@
@font-face {
font-family: 'Glyphicons Halflings';
src: url('/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
src: url('/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
src: url('/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
src: url('/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
 
@font-face {
font-family: Computer Modern Serif;
src: url('/fonts/latex/CMUSerif-Roman.eot');
src: url('/fonts/latex/CMUSerif-Roman.eot?#iefix') format('embedded-opentype'),
url('/fonts/latex/CMUSerif-Roman.woff') format('woff'),
url('/fonts/latex/CMUSerif-Roman.ttf') format('truetype'),
url('/fonts/latex/CMUSerif-Roman.otf') format('opentype'),
url('/fonts/latex/CMUSerif-Roman.svg#CMUSerif-Roman') format('svg');
font-weight: 500;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-1D703;
}
 
@font-face {
font-family: Computer Modern Serif;
src: url('/fonts/latex/CMUSerif-BoldItalic.eot');
src: url('/fonts/latex/CMUSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('/fonts/latex/CMUSerif-BoldItalic.woff') format('woff'),
url('/fonts/latex/CMUSerif-BoldItalic.ttf') format('truetype'),
url('/fonts/latex/CMUSerif-BoldItalic.otf') format('opentype'),
url('/fonts/latex/CMUSerif-BoldItalic.svg#CMUSerif-BoldItalic') format('svg');
font-weight: 700;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-10147;
}
 
@font-face {
font-family: Computer Modern Serif;
src: url('/fonts/latex/CMUSerif-Italic.eot');
src: url('/fonts/latex/CMUSerif-Italic.eot?#iefix') format('embedded-opentype'),
url('/fonts/latex/CMUSerif-Italic.woff') format('woff'),
url('/fonts/latex/CMUSerif-Italic.ttf') format('truetype'),
url('/fonts/latex/CMUSerif-Italic.otf') format('opentype'),
url('/fonts/latex/CMUSerif-Italic.svg#CMUSerif-Italic') format('svg');
font-weight: 500;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-10147;
}
 
@font-face {
font-family: Computer Modern Serif;
src: url('/fonts/latex/CMUSerif-Bold.eot');
src: url('/fonts/latex/CMUSerif-Bold.eot?#iefix') format('embedded-opentype'),
url('/fonts/latex/CMUSerif-Bold.woff') format('woff'),
url('/fonts/latex/CMUSerif-Bold.ttf') format('truetype'),
url('/fonts/latex/CMUSerif-Bold.otf') format('opentype'),
url('/fonts/latex/CMUSerif-Bold.svg#CMUSerif-Bold') format('svg');
font-weight: 700;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-1D703;
}
 
@font-face {
font-family: Computer Modern Typewriter;
src: url('/fonts/latex/CMUTypewriter-Regular.eot');
src: url('/fonts/latex/CMUTypewriter-Regular.eot?#iefix') format('embedded-opentype'),
url('/fonts/latex/CMUTypewriter-Regular.woff') format('woff'),
url('/fonts/latex/CMUTypewriter-Regular.ttf') format('truetype'),
url('/fonts/latex/CMUTypewriter-Regular.otf') format('opentype'),
url('/fonts/latex/CMUTypewriter-Regular.svg#CMUSerif-Bold') format('svg');
font-weight: 700;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-1D703;
}
/base/000_base/css/nucleus/nucleus.css
@@ -1,24 +1,103 @@
/* Space out content a bit */
body {
margin: 0px;
padding: 0px;
background: #fbfaf9 url(/img/background.png);
background-repeat: repeat;
font-family: 'Computer Modern Serif';
font-size: 12pt;
padding-top: 20px;
padding-bottom: 20px;
}
 
.panel-heading {
background: #ddddff !important;
form {
font-family: 'Computer Modern Typewriter';
font-size: 14pt;
}
 
.dropdown-menu {
background: rgba(0, 0, 0, 0);
button {
font-size: 20pt;
font-family: 'Computer Modern Serif';
font-weight: bold;
}
 
.btn-fixed-top {
width:100%;
input {
font-size: 16pt;
}
 
.container {
width:100%;
height:100vh;
legend,
label,
.help-block {
font-family: 'Computer Modern Serif';
}
 
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-right: 15px;
padding-left: 15px;
}
 
/* Custom page header */
.header {
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
}
 
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
 
/* Customize container */
@media (min-width: 768px) {
.container {
max-width: auto;
}
}
.container-narrow > hr {
margin: 30px 0;
}
 
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
padding: 14px 24px;
font-size: 21px;
}
 
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
 
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
}