mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Removed FreeWay font files.
The CSS files in install/html and install/migration have been modified to use the Overpass font.
This commit is contained in:
parent
42d7ffbed1
commit
eacd33e88e
Binary file not shown.
Binary file not shown.
@ -8,8 +8,29 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@font-face {font-family: "FreeWay"; src:url("../ui/FreeWay.otf");}
|
@font-face {
|
||||||
@font-face {font-family: "FreeWayBold"; src:url("../ui/FreeWay-Bold.otf");}
|
font-family: 'Overpass';
|
||||||
|
src: url('../ui/overpass_regular-web.eot');
|
||||||
|
src: url('../ui/overpass_regular-web.eot?#iefix') format('eot'),
|
||||||
|
url('../ui/overpass_regular-web.woff') format('woff'),
|
||||||
|
url('../ui/overpass_regular-web.ttf') format('truetype'),
|
||||||
|
url('../ui/overpass_regular-web.svg#webfontLTZe4IYH') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Overpass Bold';
|
||||||
|
src: url('../ui/overpass_bold-web.eot');
|
||||||
|
src: url('../ui/overpass_bold-web.eot?#iefix') format('eot'),
|
||||||
|
url('../ui/overpass_bold-web.woff') format('woff'),
|
||||||
|
url('../ui/overpass_bold-web.ttf') format('truetype'),
|
||||||
|
url('../ui/overpass_bold-web.svg#webfontzAU82Ltw') format('svg');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-image:url("../ui/outer-bg.png");
|
background-image:url("../ui/outer-bg.png");
|
||||||
@ -134,7 +155,7 @@ div.content div.content-buttons img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "FreeWayBold","Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
@ -312,7 +333,7 @@ span.attrhint {
|
|||||||
|
|
||||||
.tabs1 .ui-tabs-nav li a{
|
.tabs1 .ui-tabs-nav li a{
|
||||||
-moz-border-radius: 0 !important;
|
-moz-border-radius: 0 !important;
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
width:5.5em;
|
width:5.5em;
|
||||||
padding: none;
|
padding: none;
|
||||||
color: #7E7E7E;
|
color: #7E7E7E;
|
||||||
@ -429,7 +450,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel h3{
|
.action-panel h3{
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #EEEEEE;
|
background: #EEEEEE;
|
||||||
@ -450,7 +471,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li {
|
.action-panel li {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: #1d85d5;
|
color: #1d85d5;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -459,7 +480,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li.search-facet {
|
.action-panel li.search-facet {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
color: #1D85D5;
|
color: #1D85D5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -475,7 +496,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li.entity-facet-selected {
|
.action-panel li.entity-facet-selected {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
color: black;
|
color: black;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -491,7 +512,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li.entity-facet-relation-label {
|
.action-panel li.entity-facet-relation-label {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
color: #8a8a8a;
|
color: #8a8a8a;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -636,7 +657,7 @@ form#login {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -644,7 +665,7 @@ h3 {
|
|||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -8,8 +8,29 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@font-face {font-family: "FreeWay"; src:url("FreeWay.otf");}
|
@font-face {
|
||||||
@font-face {font-family: "FreeWayBold"; src:url("FreeWay-Bold.otf");}
|
font-family: 'Overpass';
|
||||||
|
src: url('../ui/overpass_regular-web.eot');
|
||||||
|
src: url('../ui/overpass_regular-web.eot?#iefix') format('eot'),
|
||||||
|
url('../ui/overpass_regular-web.woff') format('woff'),
|
||||||
|
url('../ui/overpass_regular-web.ttf') format('truetype'),
|
||||||
|
url('../ui/overpass_regular-web.svg#webfontLTZe4IYH') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Overpass Bold';
|
||||||
|
src: url('../ui/overpass_bold-web.eot');
|
||||||
|
src: url('../ui/overpass_bold-web.eot?#iefix') format('eot'),
|
||||||
|
url('../ui/overpass_bold-web.woff') format('woff'),
|
||||||
|
url('../ui/overpass_bold-web.ttf') format('truetype'),
|
||||||
|
url('../ui/overpass_bold-web.svg#webfontzAU82Ltw') format('svg');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-image:url("outer-bg.png");
|
background-image:url("outer-bg.png");
|
||||||
@ -134,7 +155,7 @@ div.content div.content-buttons img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "FreeWayBold","Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
@ -312,7 +333,7 @@ span.attrhint {
|
|||||||
|
|
||||||
.tabs1 .ui-tabs-nav li a{
|
.tabs1 .ui-tabs-nav li a{
|
||||||
-moz-border-radius: 0 !important;
|
-moz-border-radius: 0 !important;
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
width:5.5em;
|
width:5.5em;
|
||||||
padding: none;
|
padding: none;
|
||||||
color: #7E7E7E;
|
color: #7E7E7E;
|
||||||
@ -429,7 +450,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel h3{
|
.action-panel h3{
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #EEEEEE;
|
background: #EEEEEE;
|
||||||
@ -450,7 +471,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li {
|
.action-panel li {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: #1d85d5;
|
color: #1d85d5;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -459,7 +480,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li.search-facet {
|
.action-panel li.search-facet {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
color: #1D85D5;
|
color: #1D85D5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -475,7 +496,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li.entity-facet-selected {
|
.action-panel li.entity-facet-selected {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
color: black;
|
color: black;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -491,7 +512,7 @@ span.main-separator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-panel li.entity-facet-relation-label {
|
.action-panel li.entity-facet-relation-label {
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, Sans;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, Sans;
|
||||||
color: #8a8a8a;
|
color: #8a8a8a;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -636,7 +657,7 @@ form#login {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -644,7 +665,7 @@ h3 {
|
|||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif;
|
font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Loading…
Reference in New Issue
Block a user