Thursday, 18 June 2015

Microsoft Font(Css)

  Microsoft Font


<style type="text/css">
    .txtBxF
     {


    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    padding: 8px 0 8px 7px;
    width: 445px;

}
        .txtBxF:focus
        {
            border:1px solid #000000;
            border-radius:0px;
        }

           .txtBxF2
     {


    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    padding: 8px 0 8px 7px;
    width: 200px;

}
        .txtBxF2:focus
        {
            border:1px solid #000000;
            border-radius:0px;
        }

        .mircrosoftfont
        {
    color: #000;
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 88%;
}


.mircrosoftlinkbtn
        {
    color: blue;
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 88%;
}

.mircrosofsigninHeader
        {
    color:#666;
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size:xx-large;
}
 .mircrosofsigninHeader2
        {
    color:white;
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size:x-large;
    font-weight:normal;
}
.mircrosofsignin
        {
    color:#000000;
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size:small;
   
}
.mircrosofsignin2
        {
    color:white;
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size:medium;
   
}

.placeholder.ltr_override {
    margin-left: 9px;
    margin-right: auto;
    text-align: left;
}
.txt:hover
{
    border-color:blue;
    border-width:1px;
     color:#666;
     direction: ltr;
     font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 88%;
}
        .btnlogin
        {
            width:100px;
            background-color:#1563ef;
            height:40px;
            border:none;
            color:white;

           
        }
            .btnlogin:hover
            {
               
                background-color:#6bc9f8;
            }

   
    </style>

No comments:

Post a Comment