- MediaWiki Skins Design
- Richard Carter
- 242字
- 2021-05-28 17:39:11
Logging In and Registering
The login and registration pages are mostly styled by this stage, but you may want to tidy them up a bit. In the JazzMeet skin, the table that holds the login form inherits the default table styling given in the content area.

The login form can be identified by #userloginForm
, so we can remove the borders. The registration page also displays the table cell borders around elements in our form, so the borders need to be removed from the table elements in the #userlogin2
div.
#userloginForm table, #userloginForm th, #userloginForm td, #userlogin2 table, #userlogin2 td, #userlogin2 th { border-width: 0 !important; }
#wpName1
and #wpPassword1
are text boxes that contain the username and password respectively, of the visitor attempting to log in. #wpLoginattempt
and #wpMailmypassword
identify the input elements that allow a visitor to attempt to log in with their entered username and password, and have their password emailed to them if the have forgotten it, respectively. We have previously styled the input boxes and submit buttons for the edit interface, so we can just add the relevant identifiers to the original CSS.
#wpSave, #wpDiff, #wpName1, #wpPassword1 { background: #E6E4D8; border: 2px solid #BEB798; color: #38230C; padding: 3px 5px; } #wpSave, #wpDiff, #wpLoginattempt, #wpMailmypassword { background: #E6E4D8; border: 2px solid #BEB798; color: #38230C; padding: 3px 5px; }
The check box on the login page (classified by #wpRemember
) can also be styled, but it is not necessary for JazzMeet.
- Hi!扁平化Photoshop扁平化用戶界面設計教程
- 數碼攝影后期高手之路(第2版)
- Oracle VM Manager 2.1.2
- Photoshop CS6完全自學案例教程(微課版)
- 詳解AutoCAD 2022建筑設計(第6版)
- 數碼攝影后期處理秘笈:Photoshop CC專業調色(第2版)
- Illustrator平面設計立體化教程:Illustrator 2021(微課版)
- ANSYS 15.0有限元分析自學手冊
- 二維計算機繪圖教程:二維CAD工程師取證全程指導
- AutoCAD 2020從入門到精通
- CorelDRAW 2020中文版入門、精通與實戰
- Oracle Fusion Middleware Patterns
- Autodesk Ecotect Analysis綠色建筑分析應用
- 中文版3ds Max 2022基礎教程
- NX Open API編程技術