﻿
/*===========================================================================*/
/* GLOBAL STYLESHEET FOR GOODELLS.NET Team Pics                              */
/* updated 03/23/2019                                                        */
/*===========================================================================*/


/*------ layout -------------------------------------------------------------*/

 body       { margin: 30px auto; min-width: 760px; max-width: 900px;
              background-image: url(/global/bkgd-23.jpg) }

 .banner    { margin:30px 0; padding:15px 30px; -border-radius:20px 20px 0 0 }
 
 .updated   { margin-top:20px; padding:10px 20px 20px 20px;
              background:#ddd; -border-radius:0 0 20px 20px }

 .bg-net    { background-image: url(/global/bkgd-net2.jpg); -border-radius:20px }

 .soccball  { height:60px; width:60px; vertical-align: middle }
 
 .teampic   { border: 1px solid black; border-radius:20px }
 
/*------ colors -------------------------------------------------------------*/

/*------ fonts --------------------------------------------------------------*/

 .team      { vertical-align: middle; white-space: nowrap; padding-left:20px;
              font: bold italic 2em 'times new roman','times-roman',georgia,serif }

 .club      { float:right; text-align:right; vertical-align:top;
              font: bold 0.8em arial,helvetica,sans-serif }

 .players   { padding: 15px 20px; text-align:center;
              font: 0.8em 'times new roman','times-roman',georgia,serif }

 .updated   { font: italic 0.8em arial,helvetica,sans-serif }
			  
/*------ links --------------------------------------------------------------*/

 a.no-ul:link    { text-decoration: none }
 a.no-ul:visited { text-decoration: none }
 a.no-ul:hover   { background: #000; color: #fff }

 