[MyBB]Eingabefensters vergößern

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • [MyBB]Eingabefensters vergößern

    [FONT="Tahoma"][COLOR="LemonChiffon"][SIZE="2"]Hallo,
    nachdem ich in mein mybb Forum Video Codes eingebunden habe (via der MyCode funktion) und diese dann auch in das Beitrag erstellen fenster eingebaut habe, sieht es nun so aus:


    Da ich denke, das es mit dem Editor Theme (Office) zusammenhängt, hier einmal die Stylesheet.css des "Themes":

    Quellcode

    1. .messageEditor {
    2. background: #d5e4f2;
    3. border: 1px solid #9dbcd7;
    4. padding: 3px;
    5. padding-top: 3px;
    6. }
    7. .messageEditor .toolbar_container {
    8. height: 28px;
    9. padding: 2px;
    10. }
    11. .toolbar {
    12. height: 28px;
    13. }
    14. .messageEditor .toolbar_dropdown {
    15. margin-top: 3px;
    16. margin-right: 4px;
    17. }
    18. .messageEditor .toolbar_button {
    19. margin: 2px 0;
    20. height: 22px;
    21. float: left;
    22. display: block;
    23. z-index: 1;
    24. }
    25. .messageEditor .toolbar_button img, .messageEditor .toolbar_button span {
    26. width: 23px;
    27. height: 22px;
    28. float: left;
    29. }
    30. .messageEditor .toolbar_sprite {
    31. display: block;
    32. background: url('images/toolbar.gif') no-repeat;
    33. background-position: 0 0;
    34. }
    35. .messageEditor .toolbar_button .toolbar_sprite_italic {
    36. background-position: -46px 0;
    37. }
    38. .messageEditor .toolbar_button .toolbar_sprite_underline {
    39. background-position: -23px 0;
    40. }
    41. .messageEditor .toolbar_button .toolbar_sprite_align_left {
    42. background-position: -69px 0;
    43. }
    44. .messageEditor .toolbar_button .toolbar_sprite_align_center {
    45. background-position: -92px 0;
    46. }
    47. .messageEditor .toolbar_button .toolbar_sprite_align_right {
    48. background-position: -115px 0;
    49. }
    50. .messageEditor .toolbar_button .toolbar_sprite_align_justify {
    51. background-position: -138px 0;
    52. }
    53. .messageEditor .toolbar_button .toolbar_sprite_list_num {
    54. background-position: -161px 0;
    55. }
    56. .messageEditor .toolbar_button .toolbar_sprite_list_bullet {
    57. background-position: -184px 0;
    58. }
    59. .messageEditor .toolbar_button .toolbar_sprite_image {
    60. background-position: -207px 0;
    61. }
    62. .messageEditor .toolbar_button .toolbar_sprite_link {
    63. background-position: -230px 0;
    64. }
    65. .messageEditor .toolbar_button .toolbar_sprite_email {
    66. background-position: -253px 0;
    67. }
    68. .messageEditor .toolbar_button .toolbar_sprite_quote {
    69. background-position: -276px 0;
    70. }
    71. .messageEditor .toolbar_button .toolbar_sprite_code {
    72. background-position: -299px 0;
    73. }
    74. .messageEditor .toolbar_button .toolbar_sprite_php {
    75. background-position: -322px 0;
    76. }
    77. .messageEditor .toolbar_button_close_tags {
    78. width: 90px;
    79. }
    80. .messageEditor .toolbar_button .toolbar_sprite_close_tags {
    81. width: 87px;
    82. background-position: -345px 0;
    83. }
    84. .messageEditor .toolbar_normal {
    85. background: url(images/ui.gif) no-repeat;
    86. background-position: -2px 0;
    87. border: 0;
    88. }
    89. .messageEditor .toolbar_hover {
    90. background: url(images/ui.gif) no-repeat -105px 0px;
    91. border: 0;
    92. }
    93. .messageEditor .toolbar_clicked {
    94. background: url(images/ui.gif) no-repeat -208px 0px;
    95. border: 0;
    96. }
    97. .messageEditor .editor_dropdown_menu_open {
    98. background: url(images/ui.gif) no-repeat -208px 0px;
    99. border: 0;
    100. }
    101. .messageEditor .toolbar_sep {
    102. width: 6px;
    103. height: 23px;
    104. margin: 0px;
    105. margin-top: 4px;
    106. float: left;
    107. }
    108. .messageEditor .toolbar_dropdown, .messageEditor .toolbar_dropdown_image {
    109. font-size: 11px;
    110. display: block;
    111. float: left;
    112. position: relative;
    113. z-index: 100;
    114. cursor: default;
    115. }
    116. .messageEditor .toolbar_dropdown {
    117. min-width: 130px;
    118. }
    119. /* IE 6 */
    120. * html .messageEditor .toolbar_dropdown {
    121. width: 130px;
    122. }
    123. .messageEditor .toolbar_dropdown .editor_dropdown_label, .messageEditor .toolbar_dropdown_image .editor_dropdown_label {
    124. display: block;
    125. }
    126. .messageEditor .toolbar_dropdown .editor_dropdown_label {
    127. min-width: 120px;
    128. background: #eaf2fb;
    129. padding: 3px 4px;
    130. margin-right: 14px;
    131. border: 1px solid #abc1de;
    132. border-right: 0;
    133. height: 14px;
    134. overflow: hidden;
    135. }
    136. /* IE 6 */
    137. * html .messageEditor .toolbar_dropdown .editor_dropdown_label {
    138. height: 17px;
    139. padding-bottom: 0px;
    140. }
    141. .messageEditor .toolbar_dropdown_image .editor_dropdown_label {
    142. margin: 2px 0;
    143. width: 23px;
    144. height: 22px;
    145. background: #eaf2fb;
    146. border: 1px solid #abc1de;
    147. float: left;
    148. overflow: hidden;
    149. }
    150. .messageEditor .toolbar_dropdown .editor_dropdown_arrow, .messageEditor .toolbar_dropdown_image .editor_dropdown_arrow {
    151. top: 0px;
    152. float: left;
    153. display: block;
    154. width: 14px;
    155. background: url(images/ui.gif) no-repeat 0 -28px;
    156. }
    157. .messageEditor .toolbar_dropdown .editor_dropdown_arrow {
    158. position: absolute;
    159. right: 0;
    160. height: 22px;
    161. background-color: #eaf2fb;
    162. }
    163. .messageEditor .toolbar_dropdown_image .editor_dropdown_arrow {
    164. height: 22px;
    165. margin: 2px 0;
    166. background-color: #f5f5f5;
    167. border: 1px solid #f5f5f5;
    168. border-left: 0;
    169. width: 10px;
    170. }
    171. .messageEditor .toolbar_dropdown_over .editor_dropdown_label, .messageEditor .editor_dropdown_menu_open .editor_dropdown_label {
    172. background: #fff;
    173. }
    174. .messageEditor .toolbar_dropdown_over .editor_dropdown_arrow {
    175. background-position: -17px -28px;
    176. }
    177. .messageEditor .toolbar_dropdown_image.toolbar_dropdown_over .editor_dropdown_label,
    178. .messageEditor .toolbar_dropdown_image.toolbar_dropdown_over .editor_dropdown_arrow {
    179. background-color: #fff;
    180. }
    181. .messageEditor .editor_dropdown_menu_open .editor_dropdown_arrow {
    182. background-position: -34px -28px;
    183. }
    184. .messageEditor .toolbar_dropdown_image.editor_dropdown_menu_open .editor_dropdown_label,
    185. .messageEditor .toolbar_dropdown_image.editor_dropdown_menu_open .editor_dropdown_arrow {
    186. background-color: #e1F2fe;
    187. }
    188. .messageEditor .editor_dropdown_menu {
    189. margin: 0;
    190. padding: 0;
    191. margin-top: -2px;
    192. top: 24px;
    193. left: 0;
    194. border: 1px solid #868686;
    195. position: absolute;
    196. width: 160px;
    197. background: #fff;
    198. z-index: 10000;
    199. max-height: 200px;
    200. overflow: auto;
    201. -moz-border-radius: 2px;
    202. }
    203. .messageEditor .toolbar_dropdown_image .editor_dropdown_menu {
    204. margin-top: -1px;
    205. }
    206. .messageEditor .editor_dropdown_menu li {
    207. list-style: none;
    208. padding: 4px 3px 6px 12px;
    209. margin: 0;
    210. position: relative;
    211. cursor: pointer;
    212. }
    213. .messageEditor .editor_dropdown_menu li.editor_dropdown_menu_item_active {
    214. background-image: url(images/dropdown2.gif);
    215. background-repeat: no-repeat;
    216. background-position: 2px center;
    217. }
    218. .messageEditor .editor_dropdown_menu_title {
    219. background: #dde7ee;
    220. padding-left: 3px;
    221. border-bottom: 1px solid #c5c5c5;
    222. color: #00156e;
    223. font-size: 10px;
    224. font-weight: bold;
    225. }
    226. .messageEditor .editor_dropdown_menu li.editor_dropdown_menu_item_over {
    227. background: url(images/ui.gif) no-repeat -49px -25px;
    228. cursor: pointer;
    229. margin-right: 4px;
    230. }
    231. .messageEditor .editor_dropdown_menu li.editor_dropdown_menu_item_over span {
    232. display: block;
    233. position: absolute;
    234. top: 0px;
    235. right: -2px;
    236. width: 3px;
    237. height: 25px;
    238. background: url(images/ui.gif) no-repeat -303px -25px;
    239. }
    240. .messageEditor .toolbar_button_color .editor_dropdown_menu {
    241. width: 200px; /*153*/
    242. height: 98px;
    243. padding: 1px;
    244. background: #D5E4F2;
    245. }
    246. .messageEditor .toolbar_button_color li.editor_dropdown_color_item {
    247. float: left;
    248. padding: 3px;
    249. margin: 1px;
    250. width: 11px;
    251. height: 11px;
    252. }
    253. .messageEditor .toolbar_button_color a {
    254. width: 9px;
    255. height: 9px;
    256. display: block;
    257. border: 1px solid #FFF;
    258. }
    259. .messageEditor .toolbar_button_color li.editor_dropdown_menu_item_active {
    260. background: url('images/ui.gif') no-repeat -331px -27px;
    261. }
    262. .messageEditor .toolbar_button_color li.editor_dropdown_menu_item_active a {
    263. border: 0;
    264. }
    265. .messageEditor .toolbar_button_color {
    266. position: relative;
    267. }
    268. .messageEditor .editor_button_color_selected {
    269. position: absolute;
    270. z-index: 100;
    271. width: 16px;
    272. height: 4px;
    273. top: 15px;
    274. left: 6px;
    275. display: block;
    276. background: transparent;
    277. }
    278. .messageEditor .toolbar_button_color li.editor_dropdown_menu_item_over {
    279. border: 1px solid #5296f7;
    280. background: transparent;
    281. margin: 0px;
    282. }
    283. .messageEditor .toolbar_button strong, .messageEditor .toolbar_button strong {
    284. border-right: 1px solid #b7cdea;
    285. margin-top: 0px;
    286. }
    287. .messageEditor .toolbar_button_group_first strong {
    288. border-left: 0;
    289. }
    290. .messageEditor .toolbar_button_group_first {
    291. padding-left: 3px;
    292. background: url(images/ui.gif) no-repeat 0 0;
    293. }
    294. .messageEditor .toolbar_clicked_button_group_first {
    295. background-position: -206px 0;
    296. }
    297. .messageEditor .toolbar_hover_button_group_first {
    298. background-position: -103px 0;
    299. }
    300. .messageEditor .toolbar_button_group_last strong {
    301. border-right: 0;
    302. }
    303. .messageEditor .toolbar_button strong {
    304. display: block;
    305. float: left;
    306. width: 3px;
    307. height: 21px;
    308. margin-top: 1px;
    309. }
    310. .messageEditor .toolbar_button_group_last strong {
    311. background: url(images/ui.gif) no-repeat -99px 0;
    312. margin-top: 0;
    313. height: 22px;
    314. }
    315. .messageEditor .toolbar_clicked_button_group_last strong {
    316. background-position: -204px 0;
    317. }
    318. .messageEditor .toolbar_hover_button_group_last strong {
    319. background-position: -200px 0;
    320. }
    321. .messageEditor .toolbar_button_arrow {
    322. background: transparent url(images/ui.gif) no-repeat scroll -306px 0px;
    323. float: left;
    324. width: 12px;
    325. display: block;
    326. height: 22px;
    327. }
    328. .messageEditor .toolbar_hover .toolbar_button_arrow {
    329. background-position: -319px 0px;
    330. }
    Alles anzeigen


    Ich pers. finde einfach nicht die Option das man das EIngabefenster breiter machen kann :o

    Kann mir da evtl jemand helfen?

    mfg
    cross[/SIZE][/COLOR][/FONT]
  • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

  • [FONT="Tahoma"][COLOR="LemonChiffon"][SIZE="2"]Update:
    Hab es woanders gefunden.
    War in der Javascript datei des Message Editors.
    Falls es jemand noch brauch^^:
    mybbRoot/jscript/editor.js
    Zeile: 255 / 257

    Quellcode

    1. Zeile 255:
    2. subtract = 50;

    Quellcode

    1. Zeile 257:
    2. subtract2 = 7;


    Nun geht es wieder :)

    Bitte closen, da geklärt :3

    mfg
    cross[/SIZE][/COLOR][/FONT]