Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Style

Style

Scheduled Pinned Locked Moved Web Development
cssarchitecture
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amit_ghosh18
    wrote on last edited by
    #1

    StyleSheet.css

    body
    {
    font-family: arial,sans-serif;
    }
    a
    {
    text-decoration:none;
    }
    #heading
    {

    top:0px;
    left:0px;
    height: 30px;
    background-color:Black;
    

    }
    div#heading a
    {
    color:#CCCCCC;
    font-family: arial,sans-serif;
    top:5px;
    font-size:14px;
    text-decoration:none;
    }

    .setting_image
    {
    top:13px;
    right:10px;
    position:absolute;
    }

    .signin
    {
    top:13px;
    right:40px;
    position:absolute;

    }

    div.signin a
    {
    color:#CCCCCC;
    font-family: arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    }

    #google_image
    {
    padding-top:200px;
    text-align:center;
    background-image:url('Image/google_image_final.png');
    background-repeat:no-repeat;
    background-position:center;

    }
    #search
    {

    text-align:center;
    

    }

    div.main_body input
    {
    background-color:#F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    }

    div.main_body input:hover
    {
    background-color:#F8F8F8;
    border:1px solid #C6C6C6;
    color:#333333;
    }

    div.language a
    {
    color:Blue;
    font-size:small;
    text-decoration:none;
    }

    div.language
    {
    font-size:small;
    }

    #footer
    {
    bottom:10px;
    left:25px;
    position:absolute;
    font-size:small;
    color:Blue;

    }

    div#footer a
    {
    text-decoration:none;
    }

    #footer1
    {
    bottom:10px;
    right:30px;
    position:absolute;
    font-size:small;
    }

    div#footer1 a
    {
    text-decoration:none;
    }

    /* for 2nd page */

    #top_search
    {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom:1px solid #E5E5E5;
    height:80px;
    }

    #top_search_bar
    {
    top:70px;
    left:300px;
    position:absolute;
    height: 24px;
    width: 540px;
    }

    #top_serch_image
    {
    top:62px;
    left:800px;
    position:absolute;
    }

    #site_link
    {
    left:30px;
    width:170px;

    }

    #site_image
    {
    top:140px;
    left:40px;
    width:50px;
    text-align:right;
    height: 123px;
    line-height:25px;
    }

    #site_text
    {
    left:70px;
    width:77px;
    top:140px;
    text-align:left;
    position:absolute;
    line-height:25px;
    }

    div#site_text a
    {
    color:#6A6A6A;
    font-weight:500;

    }

    div#site_text

    M 1 Reply Last reply
    0
    • A amit_ghosh18

      StyleSheet.css

      body
      {
      font-family: arial,sans-serif;
      }
      a
      {
      text-decoration:none;
      }
      #heading
      {

      top:0px;
      left:0px;
      height: 30px;
      background-color:Black;
      

      }
      div#heading a
      {
      color:#CCCCCC;
      font-family: arial,sans-serif;
      top:5px;
      font-size:14px;
      text-decoration:none;
      }

      .setting_image
      {
      top:13px;
      right:10px;
      position:absolute;
      }

      .signin
      {
      top:13px;
      right:40px;
      position:absolute;

      }

      div.signin a
      {
      color:#CCCCCC;
      font-family: arial,sans-serif;
      font-size:14px;
      font-weight:bold;
      text-decoration:none;
      }

      #google_image
      {
      padding-top:200px;
      text-align:center;
      background-image:url('Image/google_image_final.png');
      background-repeat:no-repeat;
      background-position:center;

      }
      #search
      {

      text-align:center;
      

      }

      div.main_body input
      {
      background-color:#F5F5F5;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #666666;
      cursor: pointer;
      font-size: 11px;
      font-weight: bold;
      height: 29px;
      line-height: 27px;
      margin: 11px 6px;
      min-width: 54px;
      padding: 0 8px;
      text-align: center;
      }

      div.main_body input:hover
      {
      background-color:#F8F8F8;
      border:1px solid #C6C6C6;
      color:#333333;
      }

      div.language a
      {
      color:Blue;
      font-size:small;
      text-decoration:none;
      }

      div.language
      {
      font-size:small;
      }

      #footer
      {
      bottom:10px;
      left:25px;
      position:absolute;
      font-size:small;
      color:Blue;

      }

      div#footer a
      {
      text-decoration:none;
      }

      #footer1
      {
      bottom:10px;
      right:30px;
      position:absolute;
      font-size:small;
      }

      div#footer1 a
      {
      text-decoration:none;
      }

      /* for 2nd page */

      #top_search
      {
      background: none repeat scroll 0 0 #F5F5F5;
      border-bottom:1px solid #E5E5E5;
      height:80px;
      }

      #top_search_bar
      {
      top:70px;
      left:300px;
      position:absolute;
      height: 24px;
      width: 540px;
      }

      #top_serch_image
      {
      top:62px;
      left:800px;
      position:absolute;
      }

      #site_link
      {
      left:30px;
      width:170px;

      }

      #site_image
      {
      top:140px;
      left:40px;
      width:50px;
      text-align:right;
      height: 123px;
      line-height:25px;
      }

      #site_text
      {
      left:70px;
      width:77px;
      top:140px;
      text-align:left;
      position:absolute;
      line-height:25px;
      }

      div#site_text a
      {
      color:#6A6A6A;
      font-weight:500;

      }

      div#site_text

      M Offline
      M Offline
      Morgs Morgan
      wrote on last edited by
      #2

      Tell us the problem with this css so that we can be of much assistance, if by any chance you don't have any problems with it then please don't post it here. It doesn't help anyone :confused:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups