0% found this document useful (0 votes)
3 views

Ramesh css

The document contains HTML and CSS code for a user interface, including a header section with a logo, application name, and user information. It features styling for layout and positioning of elements such as the logout button and user display. The document also includes various CSS classes for styling the header and user interface components.

Uploaded by

ramesh balagoni
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Ramesh css

The document contains HTML and CSS code for a user interface, including a header section with a logo, application name, and user information. It features styling for layout and positioning of elements such as the logout button and user display. The document also includes various CSS classes for styling the header and user interface components.

Uploaded by

ramesh balagoni
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

{/* <div id = "tite_1" class = "title_1">

<img id = "logo_1" class = "logo_1" src = "" />


<span id = "appname_1" class = "appname_1"></span>
<a id = "logout_1" class = "logout_1" href
="../ProcessAdmin/ibm_security_logout?logout=Logout&logoutExitPage=..%2Fteamworks
%2FexecuteServiceByName%3FprocessApp%3DMWS%26serviceName%3DLandingPage"
class="logout"> <img src = ""></a>
<p id = "usr_1" class = "usr_1" ></p>
</div>
<br/> */}

<div id="tite_1" class="title_1 layoutCell">


<img id="logo_1" class="logo_1" src="/teamworks/webasset/2064.5966f93f-ff8d-
4e73-958c-253dac32cf20/W/mashreq.png">
<span id="appname_1" class="appname_1"></span>
<a id="logout_1" class="logout_1" href="../ProcessAdmin/ibm_security_logout?
logout=Logout&amp;logoutExitPage=..%2Fteamworks%2FexecuteServiceByName%3FprocessApp
%3DMWS%26serviceName%3DLandingPage"> <img src="/teamworks/webasset/2064.5966f93f-
ff8d-4e73-958c-253dac32cf20/W/logout.png"></a>
<p id="usr_1" class="usr_1"><b> Logged in as</b><br>deadmin</p>
</div>
1349*74.52
*******************
febravary
.meshreq_logo{
width: 20%;
height: 50%;
float: left;
left: 0px;
padding-left: 5px;
}
.logout_logo{
width:50px;
right:0px;
position:absolute;
padding:2px 5px;
}
.usr_1 {
/*position: relative;
float: right;
right: -7%;
font-size: 15px;
font-family: sans-serif;
font-weight: 600;
padding: 2px 12px 2px 0px;
top: -5px; */

position: relative;
float: right;
right: -7%;
font-size: 15px;
font-family: sans-serif;
font-weight: 600;
color: #f1882d;
padding: 2px 12px 2px 650px;
top: -5px;
}
.appname_1{
text-align: -webkit-center;
width: 40%;
position: absolute;
left: 25%;
font-family: serif;
font-size: 25px;

vertical-align: middle;
padding: 0px !important;
margin: 0px !important;
/*color: rgb(78, 95, 111); */
font-weight: 400;
}
******************************************************************1
.headerDiv{
/* display: flex;
flex-direction: row; */
width: 1349px;
height: 74.59px;
}
.meshreq_logo{
width: 265.59px;
height: 60.52px;
float: left;
margin-left: 10px;
padding: 5px;
margin-top: 5px;
}
.logout_logo{
margin-bottom:10px;
padding: 8px;
}

.logoutDiv{
display: flex;
flex-direction: row;
align-items: end;
justify-content: end;
margin-left: 935px;
}
.usr_1 {
/* position: relative; */
/* float: right;
right: -7%; */
/* font-size: 15px;
font-family: sans-serif;
font-weight: 600; */
color: #f1882d;
/* padding: 2px 12px 2px 650px; */
/* top: -5px; */
}
****************************************************************: Initial one
.meshreq_logo{
width: 265.59px;
height: 60.52px;
float: left;
margin-left: 10px;
padding: 5px;
}
.logout_logo{
margin-bottom:10px;
padding: 8px;
}
.headerDiv{
display: flex;
flex-direction: row;
}
.logoutDiv{
display: flex;
flex-direction: row;
align-items: end;
justify-content: end;
margin-left: 935px;
}
*******************************************************
.headerDiv{
display: flex;
flex-direction: row;
}
.meshreq_logo{
width: 265.59px;
height: 60.52px;
float: left;
margin-left: 10px;
padding: 5px;
margin-top: 5px;
}
.logout_logo{
margin-bottom:15px;
padding: 6px;
}
.logoutDiv{
display: flex;
flex-direction: row;
align-items: end;
justify-content: end;
margin-left: 935px;
}
.usr_1 {
/* position: relative; */
/* float: right;
right: -7%; */
/*

font-weight: 600; */
font-size: 15px;
font-family: sans-serif;
color: #f1882d;
/* padding: 2px 12px 2px 650px; */
/* top: -5px; */
/* width: 95px; */
/* margin-top:-2.5px; */
margin-bottom:15px;
}

You might also like