Difference between revisions of "Team:NAWI Graz/Resources/CSS/style"

Line 1: Line 1:
.section-image {
+
 
width: inherit;
+
/* STECKBRIEFE */
 +
.team-portrait {
 +
    box-shadow: 10px 10px 5px #888888;
 +
    margin-bottom: 1em;
 +
}
 +
.steckbrief-image {
 +
    max-width: 100%;
 +
    margin: 0 auto;
 +
    padding: 0em;
 +
}
 +
 
 +
.steckbrief-header {
 +
    padding: 0.5em;
 +
    padding-bottom: 2em;
 +
    margin-bottom: 2em;
 +
    border-bottom: dashed 0.2em grey;
 +
}
 +
.steckbrief-name {
 +
    text-align: left;
 +
    font-size: 2.5em;
 +
}
 +
 
 +
.steckbrief-attr {
 +
    text-align: left;
 +
    font-size: 1.6em;
 +
}
 +
 
 +
.steckbrief {
 +
    padding: 0em;
 +
    /* border: 5px solid grey; */
 +
    border-radius: 5px;
 +
    text-align: left;
 +
}
 +
 
 +
.steckbrief-prompt {
 +
    font-weight: bold;
 +
    text-align: center;
 +
}
 +
 
 +
.steckbrief-prompt:after {
 +
    content: '\A';
 +
    white-space: pre;
 +
}
 +
 
 +
 
 +
/*  IMAGES */
 +
 
 +
.team-group {
 +
    width: inherit;
 +
    padding: 1em;
 
}
 
}

Revision as of 19:55, 30 October 2017

/* STECKBRIEFE */ .team-portrait {

   box-shadow: 10px 10px 5px #888888;
   margin-bottom: 1em;

} .steckbrief-image {

   max-width: 100%;
   margin: 0 auto;
   padding: 0em;

}

.steckbrief-header {

   padding: 0.5em;
   padding-bottom: 2em;
   margin-bottom: 2em;
   border-bottom: dashed 0.2em grey;

} .steckbrief-name {

   text-align: left;
   font-size: 2.5em;

}

.steckbrief-attr {

   text-align: left;
   font-size: 1.6em;

}

.steckbrief {

   padding: 0em;
   /* border: 5px solid grey; */
   border-radius: 5px;
   text-align: left;

}

.steckbrief-prompt {

   font-weight: bold;
   text-align: center;

}

.steckbrief-prompt:after {

   content: '\A';
   white-space: pre;

}


/* IMAGES */

.team-group {

   width: inherit;
   padding: 1em;

}