Difference between revisions of "Template:Aalto-Helsinki/CSS"

m
m (trying out journal settings)
Line 107: Line 107:
 
/*-------------------------------------------------------------------------------------------------*/
 
/*-------------------------------------------------------------------------------------------------*/
 
/* Journal settings */
 
/* Journal settings */
 +
 +
/* The two columns on the page; text entries on the left and pictures on the right. */
 +
.leftentries{
 +
  float:left;
 +
  width:70%;
 +
}
 +
 +
.rightpics{
 +
  float:right;
 +
  width:30%;
 +
}
  
 
/*This surrounds the whole entry, has a purple line on the left side*/
 
/*This surrounds the whole entry, has a purple line on the left side*/
Line 162: Line 173:
 
/*Styling the pictures in the journal so that there is also the left line so that it aligns with others.*/
 
/*Styling the pictures in the journal so that there is also the left line so that it aligns with others.*/
 
.journalpic{
 
.journalpic{
   width:30%;
+
   width:90%;
   height:30%;
+
   /*height:30%;*/
 
   float:right; /*trying out photo positions */
 
   float:right; /*trying out photo positions */
 
   padding: 0 0 0 5px;
 
   padding: 0 0 0 5px;

Revision as of 06:22, 30 June 2015