iBlacK Posted November 28, 2013 Share Posted November 28, 2013 Hello, Does anyone knows what class or css contains the login form background? I've tried modifing a lot of classes but nothing has worked, the background it's still white. Thanks. Link to comment Share on other sites More sharing options...
Dennis Posted November 29, 2013 Share Posted November 29, 2013 If you change the LoginTable class to use a custom picture, that would work. Eg. .LoginTable{ background:url('http://link.to/image.png') } Link to comment Share on other sites More sharing options...
iBlacK Posted November 29, 2013 Author Share Posted November 29, 2013 If you change the LoginTable class to use a custom picture, that would work. Eg. .LoginTable{ background:url('http://link.to/image.png') } I've already tried that, it didn't work. Link to comment Share on other sites More sharing options...
icekohl Posted November 29, 2013 Share Posted November 29, 2013 <div id="ctl00_ContentPlaceHolderMain_Login1_PanelLogin" class="TCAdmin_LoginContainer"> <table width="350" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody> <tr> <td class="HeaderPanelLeft"></td> <td class="HeaderPanel"> ? </td> <td class="HeaderPanelRight"></td> </tr> <tr> <td colspan="3"> <table class="Table LoginTable" width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="FieldName"> <span id="ctl00_ContentPlaceHolderMain_Login1_LabelUserId" class="Label"> ? </span> </td> <td class="FieldValue"> <input id="ctl00_ContentPlaceHolderMain_Login1_TextBoxUserId" class="TextBox" type="text" value="Admin" name="ctl00$ContentPlaceHolderMain$Login1$TextBoxUserId"></input> </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="FieldName"> <span id="ctl00_ContentPlaceHolderMain_Login1_LabelPassword" class="Label"> ? </span> </td> <td class="FieldValue"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="FieldName"> <span id="ctl00_ContentPlaceHolderMain_Login1_LabelLanguage" class="Label"> ? </span> </td> <td class="FieldValue"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="FieldName"> ? </td> <td class="FieldValue"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="Centered" colspan="2"> <div class="has_js"> ? </div> </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> ? </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="Centered" colspan="2"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> </tr> <tr> <td class="TCAdmin_VerticalSpacer" colspan="2"> ? </td> Would take some playing around since I'm no pro but I'd look at TCAdmin_LoginContainer. With that if you look at the code I think your going to have a lot to change because other classes are sitting on top of that. Changing those classes would change every table in TCA so you might be better off changing some of the code to custom classes like login_headerpanel, login_VerticalSpacer and so on. Link to comment Share on other sites More sharing options...
Dennis Posted November 29, 2013 Share Posted November 29, 2013 Just to be clear; do you mean like this? http://screencast.com/t/ggMj4bbjI If so, changing LoginTable should do the trick. Link to comment Share on other sites More sharing options...
iBlacK Posted November 29, 2013 Author Share Posted November 29, 2013 ... Could you try at least? Just to be clear; do you mean like this? http://screencast.com/t/ggMj4bbjI If so, changing LoginTable should do the trick. No, the other background, the one that is behind the form. Link to comment Share on other sites More sharing options...
Dennis Posted November 29, 2013 Share Posted November 29, 2013 So you want it to be like this? http://screencast.com/t/7zXb5dB6iwYQ If not, then I really don't know what you're talking about. Link to comment Share on other sites More sharing options...
iBlacK Posted November 29, 2013 Author Share Posted November 29, 2013 So you want it to be like this? http://screencast.com/t/7zXb5dB6iwYQ If not, then I really don't know what you're talking about. Yes, like that. Link to comment Share on other sites More sharing options...
Dennis Posted November 29, 2013 Share Posted November 29, 2013 That would be LoginMainBody. .LoginMainBody { background-image: url('http://link.to/image.png'); } Link to comment Share on other sites More sharing options...
iBlacK Posted November 29, 2013 Author Share Posted November 29, 2013 That would be LoginMainBody. Thanks! Link to comment Share on other sites More sharing options...
ServAttitude Posted November 21, 2014 Share Posted November 21, 2014 (edited) You know how do i put a logo at the top of LoginTable ? Edited November 21, 2014 by ServAttitude Link to comment Share on other sites More sharing options...
krazos Posted May 21, 2015 Share Posted May 21, 2015 That would be LoginMainBody. Sorry for bumping, but which file is this? If you could write the whole path to it I would be very grateful. Link to comment Share on other sites More sharing options...
Dennis Posted May 21, 2015 Share Posted May 21, 2015 It's not a file. It's just the element that you need to change through CSS. Link to comment Share on other sites More sharing options...
krazos Posted May 22, 2015 Share Posted May 22, 2015 It's not a file. It's just the element that you need to change through CSS. Yea I know, I meant in which file is this element so I can change it? I can't find it, theres like hundreds of CSS files. Link to comment Share on other sites More sharing options...
Dennis Posted May 22, 2015 Share Posted May 22, 2015 Name it whatever you want and upload it? You shouldn't edit in any of the existing files (and I don't even think you can) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now