Vés al contingut (premeu Retorn)

Sou a: Inici / scripts / estudisgraus.css

estudisgraus.css

text/css estudisgraus.css — 18.9 KB

Continguts del fitxer

/******************************************************************************/
/**
 * Style.css
**/
/*** canvis *********************************************************
 *
 *    oscar 12/03/14  corregir http/s
 *    oscar  2014-07-23   treure degradat en el border de unit-content
                                                    afegir margin-top a .unit-content div.studies
            oscar 2014-07-24  treure margin-top de continguts i substituir per margin-bottom a unit-content.contact
            oscar 2014-07-28  afegir .unit-content h2 p {  margin-bottom: 0em;}
            2014-11-19  oscar pestanya preinscripcio oberta: modificar padding .nav-tabs > li > a per afegir
            2014-12-02  oscar estils per nova pàgina master
                                                modificar posició text explicatiu pestanya ul.nav.nav-tabs
            2015-04-07  oscar modificacions per fer que les pestanyes del llistat siguin més visibles
            2015-04-20  oscar eliminar díptic
            2015-07-27  oscar modificar marge #li-anchor-search + .beautytab { margin-top: -25px;} per afegir filtres
            2015-09-08  oscar ajustos per a visualització estudis a gw4
            2015-10-06  oscar reactivar filtre
            2015-11-06  oscar   cerca dins fitxa
*********************************************************************/

/******************************************************************************/
/**
 * Degree.css
**/
#degree-name {
        font-size: 27.5px;
}

#degree-specialization {
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        margin-top: -5px;
}

.logo img {
        left: -14px;
        position: relative;
}

.school {
        font-size: 15px;
        line-height: 9px;
        font-weight: normal;
}

.school:first-of-type {
        margin-top: 18px;
}

h5.school {
        line-height: 0px;
        font-size: 13px;
}

#degree-header {
        /*border-left: 1px solid blue;
        margin-left: 75px;*/
}

#degree-name {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
}

#banner {
        margin-bottom: 20px;
        /*max-width: 711px; comentat per a www.upc.edu TODO*/
}

#more-degrees {
        text-align: center;
        padding: 10px;
        height: 41px;
        min-height: 41px;
        width: 148px;
        min-width: 148px;
        max-width: 148px;
        display: table;
}

#more-degrees > a {
        display: table-cell;
        vertical-align: middle;
}

img.link_blank, img.link_pdf {
        padding-bottom: 3px;
}

footer {
        border-top: 4px solid lightgray;
}


#tab-academic-information table th,
#tab-admission table th {
        width: 194px;
}

#tab-curriculum table th.semester {
        min-width: 100px;
}

#tab-curriculum table td.subject {
        width: 100%;
}

#tab-curriculum table th.major {
    min-width: 100px;
    background-color: #FFF;
    border-right: 0 !important;
}

.pestanya-contingut-existent {
    padding-left: 10px;
    padding-top: 15px;
}

table th {
        background-color: rgb(247, 247, 247);
}

.container-fluid {
        max-width: 940px;
        margin: 0 auto;
}

.nav-tabs > li > a, .nav-pills > li > a {
        padding-right: 4px;
        padding-left: 4px;
}


/******************************************************************************/
/**
 * Unit.css
**/
.unit-content header h1 {
        font-size: 20px;
        line-height: 20px;
}

.tab-content .unit-content header h1 {
        font-size: 17px;
        line-height: 17px;
}

.unit-content div.studies {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
}

.unit-content .contact {
        background: #c8c8c8; /* Old browsers */
        padding: 1px;
        border-radius: 10px;
        margin-bottom: 20px;
}

.unit-content .contact > div {
        background: #f5f5f5; /* Old browsers */
        background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 99%); /* IE10+ */
        background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

        padding: 8px 15px;
        border-radius: 10px;
}

.unit-content .presentation {
        /*margin-top: 20px;*/
}

.unit-content .contact table th {
        background: none;
        width: 130px;
        text-align: left;
}

.unit-content h2 {
        font-size: 16px;
        border-bottom: 1px solid #b2b2b2;
        margin-bottom: 0.5em;
}

.unit-content h2 p {
        margin-bottom: 0em;
}

.unit-content .studies h2 {
        font-weight: normal;
        color: #666;
}

.unit-content .studies h3 {
        font-weight: bold;
        color: rgb(77, 77, 77);
        font-size: 15px;
        line-height: 15px;
}

/* Fix: no queremos margen inferior de parágrafos dentro de una tabla */
td > p {
        margin-bottom: 0;
}

/* no funciona bé
@media (max-width: 980px) {
    .dataTable tr, .dataTable td, .dataTable th {
        display:block !important;
    }

    .dataTable th {
        font-size: 200% !important;
    }

    .grau_codi {
        font-weight: bold !important;
        }

    .grau_nom, .grau_centre {
        margin-left:10px !important;
    }
}
*/

/* cerca màsters i graus */
#query-search {
    padding:1px 6px;
    font-size:16px;
    height:26px;
}


#button-search {
    line-height: 20px;
}

a#tab-anchor-search, a#tab-anchor-search:hover, a#query-search:hover, #li-anchor-search:hover {
    border-color: transparent !important;
    background-color: transparent !important;
}

#li-anchor-search {
     width:235px;
}

#cerca-grau {
    position: absolute;
    top: 50px;
    margin-left: -10px;
}

/* fi cerca màsters i graus */

ul.nav.nav-tabs {
    margin-bottom: 10px;
}


/* part esquerra fitxa */

#tab-academic-information .span8 {
    font-size: 120%;
}

.tab-pane dd {
    margin-bottom: 12px;
    margin-left: 4px;
}


#tab-professional-opportunities bookmark + h4 {
    margin-top: 5px;
}

.tab-pane {
    padding: 10px 7px;
}

#tab-curriculum {
    padding-left: 0;
    padding-right: 0;
}

/* fi part esquerra fitxa */


/* part dreta fitxa */

.bullet-list {
    list-style-image: none;
    list-style-type: none;
    margin: 3px 0 17px 0;
}

.bullet-list-item {
    margin-bottom: 10px;
}

.bullet {
    font-size: 14px;
    padding: 10px 0 10px 30px;
}

.bullet-faq {
    background: transparent url("images/boto-interrogant.jpg") no-repeat scroll left;
}

.bullet-www {
    background: transparent url("images/boto-www.jpg") no-repeat scroll left;
}

.bullet-rankings {
    background: transparent url("images/boto-rankings.jpg") no-repeat scroll left;
}

.boto {
    font-size: 17px;
    line-height: 25px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.form-vertical {
   /* border: 5px solid #007bc0;*/
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.destacat-dreta {
    border-radius: 4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjOTk5OTk5IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(89,89,89,0) 0%, rgba(89,89,89,0) 1%, rgba(153,153,153,0) 56%, rgba(204,204,204,0.65) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,0)), color-stop(1%,rgba(89,89,89,0)), color-stop(56%,rgba(153,153,153,0)), color-stop(100%,rgba(204,204,204,0.65))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(89,89,89,0) 0%,rgba(89,89,89,0) 1%,rgba(153,153,153,0) 56%,rgba(204,204,204,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(89,89,89,0) 0%,rgba(89,89,89,0) 1%,rgba(153,153,153,0) 56%,rgba(204,204,204,0.65) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(89,89,89,0) 0%,rgba(89,89,89,0) 1%,rgba(153,153,153,0) 56%,rgba(204,204,204,0.65) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(89,89,89,0) 0%,rgba(89,89,89,0) 1%,rgba(153,153,153,0) 56%,rgba(204,204,204,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00595959', endColorstr='#a6cccccc',GradientType=0 ); /* IE6-8 */
}

.destacat-dreta legend {
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: -3px;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-width: 5px;
    line-height: 17px !important;
}

.destacat-dreta legend span {
    font-size: 17px !important;
}

#solicita-informacio legend, #sessions-informatives legend {
    border-color: rgb(0, 123, 192);
    padding: 12px 0 8px 0;
}

#solicita-informacio .input-xlarge {
    width: 92%;
}

#solicita-informacio textarea.input-xlarge {
    /*min-width: 204px;*/
}

#solicita-informacio .radio input[type="radio"] {
    float: none;
    vertical-align: text-bottom;
}

.arrow_box {
    position: relative;
    background: #88b7d5;
}
.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #88b7d5;
    border-width: 20px;
    margin-left: -20px;
}

#span4-right {
    margin-top: 6px;
}

#politica_privacitat {
    //float: left;
}

#check_privacitat {
    margin-top: 0;
}
#contacte_enviat,#contacte_error {
    clear: both;
}
/* fi part dreta fitxa */


/* filtre llistat */
li[class*="filtrat-"], .filtrat, .filtra-cerca {
    display: none;
}

.filtres-title {
    font-weight: bold;
}

.filtre {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.filtres-title {
    display: none;
    height: 0;
}
.filtre input {
    margin-bottom: 4px;
    margin-right: 2px;
}
#filtres-content {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
#filtres-content .row-fluid:first-child {
    margin-top: 10px;
}

/* fi filtre llistat */

.highlight, .highlight span {
    background-color: yellow !important;
}

/* clipping presentació */

.presentation-content-clip {
    max-height: 95px;
    overflow: hidden;
    position: relative;
}

.presentation-content-clip:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00ffffff',GradientType=0 );
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #f2f2f2), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom, #f2f2f2 0%, rgba(255,255,255,0) 100%);
    background:    -moz-linear-gradient(bottom, #f2f2f2 0%, rgba(255,255,255,0) 100%);
    background:     -ms-linear-gradient(bottom, #f2f2f2 0%, rgba(255,255,255,0) 100%);
    background:      -o-linear-gradient(bottom, #f2f2f2 0%, rgba(255,255,255,0) 100%);
    background:         linear-gradient(bottom, #f2f2f2 0%, rgba(255,255,255,0) 100%);
}


.expander-collapser {
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 0;
    margin-left: 0 !important;
    min-height: 0;
    color:#666666;
    text-align: center;
}

.expander-collapser-hidden {
    display: none !important;
}


.expander-collapser:hover {
    cursor: pointer; cursor: hand;
}

#presentation-expander:before, #presentation-expander:after {
    content: '\25bc';
}

#presentation-collapser:before, #presentation-collapser:after {
    content: '\25b2';
}

/* fi clipping presentació */

/*** especialitats dins presentació ***/

#presentation-specialties {
    border-left: 1px solid #ccc;
    margin-bottom: 0;
    padding-left: 10px;
}

#presentation-specialties h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

#presentation-specialties ul {
    margin-left: 13px;
}
/*** fi especialitats dins presentació ***/

/*** llista fitxes vistes ***/
#recentPageViews {
    border-top: 1px solid #ccc;
    margin-bottom: 0px;
    margin-top: 20px;
}

#recentPageViews h4 {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#listRecentPageViews {
    margin-top: 9px;
}
/*** fi llista fitxes vistes ***/

.peu-sc {
    margin-top: 30px;
}

#contacte_error {
    margin-top: 10px;
}

/*** modal preinscripció ***/
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.4;
}
/*** fi modal preinscripció ***/


/***classes d'altres fitxers css Afegides per Jesus***/

#presentation-content {
    margin-top: 0;
}

#span4-right {
    margin-bottom: 0;
}

#contacte_submit {
    width:  30% !important;
    float: right !important;
    padding: 4px 6px !important;
    margin-bottom: 4px !important;
}
.btn-info{

	background-color: #007bc0;
    background-image: -moz-linear-gradient(top, #007bc0, #005a8d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007bc0), to(#005a8d));
    background-image: -webkit-linear-gradient(top, #007bc0, #005a8d);
    background-image: -o-linear-gradient(top, #007bc0, #005a8d);
    background-image: linear-gradient(to bottom, #007bc0, #005a8d);
}

.btn-info:hover, .link-parent:hover, .btn-info:active, .link-parent:active, .btn-info.active, .btn-info.selected, .selected.link-parent, .contentViews .btn-info.selected:hover, .contentViews .selected.link-parent:hover, .active.link-parent, .btn-info.disabled, .disabled.link-parent, .btn-info[disabled], [disabled].link-parent{
	background-color: #005a8d;

}

#cerca-dinamica {
    margin-bottom: 18px;
}

#tab-academic-information ul{
	box-shadow: 0 1px 1px #b2b2b2;
    padding: 10px 5px 5px 15px;
    margin-left: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

#tab-professional-opportunities ul{
	box-shadow: 0 1px 1px #b2b2b2;
    padding: 10px 5px 5px 15px;
    margin-left: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}
.tab-pane h4 {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
	padding: 5px 0;

}

.tab-pane dt{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
	margin: 0 3px 5px 3px;
}

#titols-columnes th {
    background-color: #f2f2f2;
    color: #333;
	vertical-align:middle;
}

th.nivell {
    background-color: #eee;
    border-right: 0 !important;
    color: #555;

}

#tab-curriculum .credits{
	text-align:center;
}

.tipusAssignatura{
	text-align:center;
}



.form-contingut{padding:6px;}
.form-contingut label {
    display: inline;
}

/***Fi classes d'altres fitxers css Afegides per Jesus***/




/*** ajustos mobile ***/
@media (max-width: 639px) { /*690*/
    #tabs-fitxa {
        display: none;
    }
    #div-tabs.div-studies {
        border-top-width: 1px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    #tabs-fitxa .active .tab-anchor {
        background-color: transparent !important;
        background-image: none !important;
        color: #666 !important;
    }


    #tabs-fitxa-mobile .btn.dropdown-toggle{
        padding-left: 10px;
        text-align: left;
    }

    .burger {
        float: left;
        font-size: 20px;
        margin-right: 5px;
    }


}
@media (min-width: 640px) {
    #tabs-fitxa-mobile {
        display: none;
    }
}

.hidden {
    display: none;
    visibility: hidden;
}

/*** fiajustos mobile ***/



/*** form fields 100% ***/

.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table;
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell;
  width: 1%; /* remove this if you want default bootstrap button width */
}

.input-append.input-block-level > input,
.input-prepend.input-block-level > input {
  box-sizing: border-box; /* use bootstrap mixin or include vendor variants */
  display: table; /* table-cell is not working well in Chrome for small widths */
  min-height: inherit;
  width: 100%;
}

.input-append.input-block-level > input {
  border-right: 0;
}

.input-prepend.input-block-level > input {
  border-left: 0;
}

/*** fi form fields 100% ***/

/*** pla estudis desplegable ***/
.pla-estudis-selector {
    margin-left: 10px;
}
.pla-estudis-selector h3 {
    display: inline;
}
.pla-estudis-selector .span11 {
    margin-bottom: 0;
}
.pla-estudis-separador {
    height: 150px;
}
.pla-estudis-quadrimestre {
    border: 1px solid #ccc;
    margin: 10px;
}
.pla-estudis-quadrimestre h3 {
    border-bottom: 5px solid #ccc;
    margin-bottom: 0;
    padding: 5px;
}
.pla-estudis-assignatures  {
    list-style-type: none;
    list-style-image: none;
    padding: 0 !important;
    margin: 0 !important;
}
.pla-estudis-assignatures li {
    border-bottom: 1px solid lightgrey;
    border-right-width: 10px;
    border-right-style: solid;
    list-style-type: none;
    list-style-image: none;
    padding: 5px;
    margin: 0;
}
a.especialitat-seleccionada {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 17px !important;
    margin-top: 10px;
    padding-left: 5px;
    text-align: left;
}

.Obligatòria, .Obligatoria, .Compulsory {
    border-right-color: salmon;
}
.Optativa, .Optional {
    border-right-color: khaki;
}
.Projecte, .Proyecto, .Project {
    border-right-color: darkseagreen;
}

/*** fi pla estudis desplegable ***/

/*** correccions llista graus ***/
#form-search-grau {
    margin-left: 317px;
    margin-top: -45px;
}

#form-search-grau #query-search {
    width: 140px;
}

#div-tabs-grau {
    width:100%;
}

#div-tabs-grau #div-tabs {
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius:0 ;
}

/*** fi correccions llista graus ***/


#portal-column-content .hide_contingut_upc {
    display: none;
}