accounts2/fas/fas/static/css fas.css, NONE, 1.1 fas.css~, NONE, 1.1 style.css, NONE, 1.1

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Mar 26 15:11:19 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/accounts2/fas/fas/static/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26831/fas/fas/static/css

Added Files:
	fas.css fas.css~ style.css 
Log Message:
added tg fas2 code


--- NEW FILE fas.css ---
  body {
    font-family:    "Luxi Sans Mono", sans-serif;
    font-size:      small;
    color:      #555;
  }

  h2 img {
    vertical-align: middle;
    margin-right:   .5em;
  }

  table.account-info td {
    font-size:      small;
  }

  table.account-info td:first-child {
    font-weight:    bolder;
    text-transform: uppercase;
    text-align:     right;
    font-size:      x-small;
    vertical-align: top;
  }

  table.account-info ul.tool-links {
    list-style-image:   url('static/images/icon_tool-item.png');
    list-style-position: outside
  }
  
  table.account-info ul.queue-links {
    list-style-image:   url('static/images/status_incomplete.png');
    list-style-position: outside
  }

  h3 span.account-role-title, h3 a {
    font-weight:    100;
  }

  h3 a { 
    font-size:      small;
  }

  h3.your-account-role {
    padding-top:    8px;
    background:     url('static/images/hr.png') no-repeat top left;
  }

--- NEW FILE fas.css~ ---
  body {
    font-family:    "Luxi Sans Mono", sans-serif;
    font-size:      small;
    color:      #555;
  }

  h2 img {
    vertical-align: middle;
    margin-right:   .5em;
  }

  table.account-info td {
    font-size:      small;
  }

  table.account-info td:first-child {
    font-weight:    bolder;
    text-transform: uppercase;
    text-align:     right;
    font-size:      x-small;
    vertical-align: top;
  }

  table.account-info ul.tool-links {
    list-style-image:   url('static/images/icon_tool-item.png');
    list-style-position: outside
  }
  
  table.account-info ul.queue-links {
    list-style-image:   url('static/images/status_incomplete.png');
    list-style-position: outside
  }

  h3 span.account-role-title, h3 a {
    font-weight:    100;
  }

  h3 a { 
    font-size:      small;
  }

  h3.your-account-role {
    padding-top:    8px;
    background:     url('static/images/hr.png') no-repeat top left;
  }

--- NEW FILE style.css ---
/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body, th, td {
  color: black;
  background-color: #ddd;
  font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  margin: 0;
  padding: 0;
}

#header {
  height: 80px;
  width: 777px;
  background: blue URL('../images/header_inner.png') no-repeat;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin: 0 auto 0 auto;
}

a.link, a, a.active {
  color: #369;
}


#main_content {
  color: black;
  font-size: 127%;
  background-color: white;
  width: 757px;
  margin: 0 auto 0 auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 10px;
}

#sidebar {
  border: 1px solid #aaa;
  background-color: #eee;
  margin: 0.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

h2 {
  font-size: 150%;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#footer {
  border: 1px solid #aaa;
  border-top: 0px none;
  color: #999;
  background-color: white;
  padding: 10px;
  font-size: 80%;
  text-align: center;
  width: 757px;
  margin: 0 auto 1em auto;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}




More information about the scm-commits mailing list