1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/12719] Add normalize & base

phpbb3-12719
This commit is contained in:
Michael Miday
2015-08-16 16:50:04 +02:00
parent 35a48279a7
commit 4fac568d5e
4 changed files with 498 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
/* --------------------------------------------------------------
$Utilities
-------------------------------------------------------------- */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both }
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right { float: right !important }
.pull-left { float: left !important }
.hide { display: none !important }
.show { display: block !important }
.invisible { visibility: hidden }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
/*.hidden {
display: none !important;
visibility: hidden !important;
}*/
.affix { position: fixed }